Skip to content

Commit

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

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

Expand Down

0 comments on commit 0967a60

Please sign in to comment.