mirror of
https://github.com/niri-wm/niri.git
synced 2026-06-21 02:01:55 +07:00
floating: Remove TODO on tile removing width
This commit is contained in:
@@ -507,10 +507,9 @@ impl<W: LayoutElement> FloatingSpace<W> {
|
||||
// Store the floating position.
|
||||
tile.floating_pos = Some(data.pos);
|
||||
|
||||
let width = ColumnWidth::Fixed(tile.window_size().w);
|
||||
let width = ColumnWidth::Fixed(tile.window_expected_or_current_size().w);
|
||||
RemovedTile {
|
||||
tile,
|
||||
// TODO
|
||||
width,
|
||||
is_full_width: false,
|
||||
is_floating: true,
|
||||
|
||||
Reference in New Issue
Block a user