[libgnome-games-support/andy128k-gtk4: 7/15] Widgets are visible.




commit 746b7271e0682bcfb27613a62fb7d3eeee0bfef1
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Thu Mar 5 18:16:12 2020 +0100

    Widgets are visible.

 games/scores/dialog.vala | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/games/scores/dialog.vala b/games/scores/dialog.vala
index 711049f..d11a681 100644
--- a/games/scores/dialog.vala
+++ b/games/scores/dialog.vala
@@ -85,8 +85,6 @@ private class Dialog : Gtk.Dialog
             var description_label = new Gtk.Label (_("Play some games and your scores will show up here."));
             vbox.add (description_label);
 
-            vbox.show_all ();
-
             width_request = 450;
             height_request = 500;
 
@@ -172,8 +170,6 @@ private class Dialog : Gtk.Dialog
             add_button (_("_Done"), Gtk.ResponseType.OK).get_style_context ().add_class ("suggested-action");
 
         load_categories ();
-
-        vbox.show_all ();
     }
 
     private void fill_grid_with_labels ()


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]