Skip to content

Commit f6dd0e3

Browse files
authored
Update SwitchModelButton.vala
1 parent 3d0afa3 commit f6dd0e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Widgets/SwitchModelButton.vala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@ public class Granite.SwitchModelButton : Gtk.ToggleButton {
6666

6767
var button_switch = new Gtk.Switch () {
6868
focusable = false,
69-
valign = Gtk.Align.START
69+
valign = Gtk.Align.START,
70+
margin_start = 12
7071
};
7172
button_switch.set_parent (this);
7273

0 commit comments

Comments
 (0)