From 31f0e66f450086dac57d5dcf4a0eebe5109aa5a7 Mon Sep 17 00:00:00 2001 From: Ivan Molodetskikh Date: Thu, 26 Dec 2024 09:03:16 +0300 Subject: floating: Comment on toggle-full-width status --- src/layout/workspace.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/layout/workspace.rs b/src/layout/workspace.rs index 9956a982..017efbf6 100644 --- a/src/layout/workspace.rs +++ b/src/layout/workspace.rs @@ -966,8 +966,9 @@ impl Workspace { } pub fn toggle_full_width(&mut self) { - // TODO if self.floating_is_active.get() { + // Leave this unimplemented for now. For good UX, this probably needs moving the tile + // to be against the left edge of the working area while it is full-width. return; } self.scrolling.toggle_full_width(); -- cgit