floating: Remove TODO on tile removing width

This commit is contained in:
Ivan Molodetskikh
2024-12-26 09:04:43 +03:00
parent 31f0e66f45
commit baf78ccda2
+1 -2
View File
@@ -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,