chore: update applet icon sizes

This commit is contained in:
Ashley Wulber 2024-04-15 18:37:00 -04:00 committed by Ashley Wulber
parent 08a334fc13
commit 8bf340aa8e
8 changed files with 297 additions and 286 deletions

View file

@ -124,7 +124,7 @@ impl cosmic::Application for Minimize {
}
fn view(&self) -> Element<Message> {
let (width, _) = self.core.applet.suggested_size();
let (width, _) = self.core.applet.suggested_size(false);
let theme = self.core.system_theme().cosmic();
let space_xxs = theme.space_xxs();
let icon_buttons = self.apps.iter().map(|(handle, _, data, img)| {