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. // Store the floating position.
tile.floating_pos = Some(data.pos); 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 { RemovedTile {
tile, tile,
// TODO
width, width,
is_full_width: false, is_full_width: false,
is_floating: true, is_floating: true,