Skip to content

Commit f70dc46

Browse files
authored
Revert "Update SwitchModelButton.vala (#736)" (#737)
This reverts commit 0967a60.
1 parent 0967a60 commit f70dc46

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lib/Widgets/SwitchModelButton.vala

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

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

0 commit comments

Comments
 (0)