Fix style of advanced font settings item
This commit is contained in:
parent
153dea8221
commit
d9512cd0a4
2 changed files with 3 additions and 2 deletions
|
|
@ -35,7 +35,7 @@ opacity = Background opacity
|
||||||
|
|
||||||
### Font
|
### Font
|
||||||
font = Font
|
font = Font
|
||||||
advanced-font-settings = Advanced Font Settings
|
advanced-font-settings = Advanced font settings
|
||||||
default-font = Font
|
default-font = Font
|
||||||
default-font-size = Font size
|
default-font-size = Font size
|
||||||
default-font-stretch = Font stretch
|
default-font-stretch = Font stretch
|
||||||
|
|
|
||||||
|
|
@ -995,7 +995,8 @@ impl App {
|
||||||
} else {
|
} else {
|
||||||
widget::button(icon_cache_get("go-down-symbolic", 16))
|
widget::button(icon_cache_get("go-down-symbolic", 16))
|
||||||
.on_press(Message::ShowAdvancedFontSettings(true))
|
.on_press(Message::ShowAdvancedFontSettings(true))
|
||||||
},
|
}
|
||||||
|
.style(style::Button::Icon),
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue