Use icon form for buttons on small panels
This commit is contained in:
parent
c9eec36130
commit
429f8c0863
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ impl cosmic::Application for Button {
|
||||||
|| matches!(
|
|| matches!(
|
||||||
(&self.core.applet.size, &self.config.force_presentation),
|
(&self.core.applet.size, &self.config.force_presentation),
|
||||||
(
|
(
|
||||||
Size::PanelSize(PanelSize::M | PanelSize::L | PanelSize::XL),
|
Size::PanelSize(PanelSize::S | PanelSize::M | PanelSize::L | PanelSize::XL),
|
||||||
None
|
None
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue