fix: use fixed window width for all applets

This commit is contained in:
Ashley Wulber 2025-03-04 13:25:10 -05:00 committed by Ashley Wulber
parent 9b09c97665
commit 61d1d1b91d
11 changed files with 12 additions and 91 deletions

View file

@ -303,7 +303,6 @@ impl cosmic::Application for App {
container(menu.popup_view().map(move |msg| Msg::StatusMenu((id, msg))))
.padding([pad, 0.]),
)
.limits(Limits::NONE.min_width(1.).min_height(1.).max_width(300.))
.into(),
None => unreachable!(),
},