Skip to content

Commit 952704b

Browse files
committed
this builds now
1 parent 282df79 commit 952704b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

src/Widgets/SettingsPopover.vala

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,10 @@ public class jorts.SettingsPopover : Gtk.Popover {
101101
color_button_slate.set_active ((theme == "SLATE"));
102102

103103
//TODO: Multiline
104-
var color_button_box = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 1) {
105-
accessible_role = Gtk.AccessibleRole.LIST
106-
margin_top = 12;
107-
margin_bottom = 12;
108-
};
104+
var color_button_box = new Gtk.Box (Gtk.Orientation.HORIZONTAL, 1);
105+
color_button_box.accessible_role = Gtk.AccessibleRole.LIST;
106+
color_button_box.margin_top = 12;
107+
color_button_box.margin_bottom = 12;
109108

110109
color_button_box.append (color_button_blueberry);
111110
color_button_box.append (color_button_mint);

0 commit comments

Comments
 (0)