mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
layout: Remove redundant ()
This commit is contained in:
@@ -3823,7 +3823,7 @@ impl<W: LayoutElement> Column<W> {
|
||||
let current_prop = if full == 0. {
|
||||
1.
|
||||
} else {
|
||||
(current_tile_px + self.options.gaps) / (full)
|
||||
(current_tile_px + self.options.gaps) / full
|
||||
};
|
||||
|
||||
// FIXME: fix overflows then remove limits.
|
||||
|
||||
Reference in New Issue
Block a user