chore: update applet icon sizes
This commit is contained in:
parent
08a334fc13
commit
8bf340aa8e
8 changed files with 297 additions and 286 deletions
|
|
@ -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)| {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue