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