@@ -85,8 +85,7 @@ public class jorts.SettingsPopover : Gtk.Popover {
8585 font_size_box. append (zoom_in_button);
8686 font_size_box. add_css_class (Granite . STYLE_CLASS_LINKED );
8787
88- setting_grid. attach (font_size_box, 0 , 0 , 1 , 1 );
89- setting_grid. attach (new Gtk .Separator (HORIZONTAL ), 0 , 1 , 1 , 1 );
88+
9089
9190
9291 // terminal_binding = new BindingGroup ();
@@ -96,7 +95,7 @@ public class jorts.SettingsPopover : Gtk.Popover {
9695
9796 // Choose theme section
9897 var color_button_label = new Granite .HeaderLabel (_(" Sticky Note Colour" ));
99- setting_grid. attach (color_button_label, 0 , 2 , 1 , 1 );
98+ setting_grid. attach (color_button_label, 0 , 0 , 1 , 1 );
10099
101100 var color_button_blueberry = new ColorPill (_(" Blueberry" ), " blueberry" );
102101 var color_button_lime = new ColorPill (_(" Lime" ), " lime" );
@@ -151,7 +150,11 @@ public class jorts.SettingsPopover : Gtk.Popover {
151150 color_button_box. append (color_button_cocoa);
152151 color_button_box. append (color_button_slate);
153152
154- setting_grid. attach (color_button_box, 0 , 3 , 1 , 1 );
153+ setting_grid. attach (color_button_box, 0 , 1 , 1 , 1 );
154+
155+
156+ setting_grid. attach (new Gtk .Separator (HORIZONTAL ), 0 , 2 , 1 , 1 );
157+ setting_grid. attach (font_size_box, 0 , 3 , 1 , 1 );
155158
156159 setting_grid. show ();
157160 this . set_child(setting_grid);
0 commit comments