We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8d6a0c commit 46c8d3cCopy full SHA for 46c8d3c
data/Application.css
@@ -19,7 +19,7 @@
19
}
20
21
.form-field {
22
- margin-bottom: 16px
+ margin-bottom: 16px;
23
24
25
.entry-button-text {
src/views/MainWindow.vala
@@ -84,7 +84,7 @@ public class Larawan.Views.MainWindow : Adw.ApplicationWindow {
84
};
85
settings_button.add_css_class ("settings-button");
86
settings_button.clicked.connect (on_settings_button_clicked);
87
- ((Image) settings_button.child).pixel_size = 32;
+ settings_button.add_css_class (Granite.STYLE_CLASS_LARGE_ICONS);
88
89
var overlay = new Overlay () {
90
child = window_handle,
0 commit comments