fix: use fixed window width for all applets
This commit is contained in:
parent
9b09c97665
commit
61d1d1b91d
11 changed files with 12 additions and 91 deletions
|
|
@ -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!(),
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue