[libgnome-games-support/arnaudb/wip/gtk4: 5/12] Widgets are visible.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgnome-games-support/arnaudb/wip/gtk4: 5/12] Widgets are visible.
- Date: Mon, 13 Jul 2020 15:57:48 +0000 (UTC)
commit 39b161c9161d2ba4e655bdddd7fb885637fe6d24
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 0f53c38..c3fc2fb 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;
@@ -170,8 +168,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]