Skip to content

Commit

Permalink
Ensure stack widgets are visible so they can be switched to
Browse files Browse the repository at this point in the history
  • Loading branch information
zeebok committed Aug 16, 2024
1 parent 6474da5 commit 3019b88
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Views/AppListUpdateView.vala
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ namespace AppCenter.Views {
main_box.add (header_revealer);
main_box.add (scrolled);
main_box.get_style_context ().add_class (Gtk.STYLE_CLASS_VIEW);
main_box.show_all ();

var stack = new Gtk.Stack () {
transition_type = UNDER_UP
Expand Down

0 comments on commit 3019b88

Please sign in to comment.