[libgnome-games-support/andy128k-gtk4: 2/7] Widgets are visible.
- From: Andrey Kutejko <akutejko src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgnome-games-support/andy128k-gtk4: 2/7] Widgets are visible.
- Date: Sun, 12 Sep 2021 11:28:18 +0000 (UTC)
commit dd126ed9e853f082ac9d59e2a78bf95a0dda5337
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]