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 3d0afa3 commit 0967a60Copy full SHA for 0967a60
lib/Widgets/SwitchModelButton.vala
@@ -66,7 +66,8 @@ public class Granite.SwitchModelButton : Gtk.ToggleButton {
66
67
var button_switch = new Gtk.Switch () {
68
focusable = false,
69
- valign = Gtk.Align.START
+ valign = Gtk.Align.START,
70
+ margin_start = 12
71
};
72
button_switch.set_parent (this);
73
0 commit comments