Skip to content

Commit

Permalink
oop
Browse files Browse the repository at this point in the history
  • Loading branch information
lainsce committed Feb 3, 2023
1 parent 4945a5d commit d76147b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Widgets/WelcomeScreen.vala
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class He.WelcomeScreen : He.Bin {
((Gtk.Button) child).set_label (((Gtk.Button) child).get_label () + "");
action_box.append ((Gtk.Widget) child);
} else if (type == "action-button") {
(Gtk.Widget) child.valign = Gtk.Align.CENTER;
((Gtk.Button) child).valign = Gtk.Align.CENTER;
button_box.append ((Gtk.Widget) child);
}
}
Expand Down

0 comments on commit d76147b

Please sign in to comment.