Skip to content

Commit

Permalink
Revert "Update SwitchModelButton.vala (#736)"
Browse files Browse the repository at this point in the history
This reverts commit 0967a60.
  • Loading branch information
danirabbit authored Oct 31, 2024
1 parent 0967a60 commit 538ea2b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/Widgets/SwitchModelButton.vala
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ public class Granite.SwitchModelButton : Gtk.ToggleButton {

var button_switch = new Gtk.Switch () {
focusable = false,
valign = Gtk.Align.START,
margin_start = 12
valign = Gtk.Align.START
};
button_switch.set_parent (this);

Expand Down

0 comments on commit 538ea2b

Please sign in to comment.