Fix style of advanced font settings item

This commit is contained in:
Jeremy Soller 2024-02-22 11:32:39 -07:00
parent 153dea8221
commit d9512cd0a4
No known key found for this signature in database
GPG key ID: D02FD439211AF56F
2 changed files with 3 additions and 2 deletions

View file

@ -35,7 +35,7 @@ opacity = Background opacity
### Font
font = Font
advanced-font-settings = Advanced Font Settings
advanced-font-settings = Advanced font settings
default-font = Font
default-font-size = Font size
default-font-stretch = Font stretch

View file

@ -995,7 +995,8 @@ impl App {
} else {
widget::button(icon_cache_get("go-down-symbolic", 16))
.on_press(Message::ShowAdvancedFontSettings(true))
},
}
.style(style::Button::Icon),
),
);