Codebase list libgnome-games-support / f739edd
Ensure vbox orientation. Default will change in Gtk4. Arnaud Bonatti 4 years ago
1 changed file(s) with 3 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
6060 else
6161 headerbar.title = _("Best Times");
6262
63 var vbox = this.get_content_area ();
64 vbox.orientation = Gtk.Orientation.VERTICAL;
65
6366 if (!context.has_scores () && new_high_score == null)
6467 {
65 var vbox = this.get_content_area ();
6668 vbox.spacing = 4;
6769 vbox.border_width = 10;
6870 vbox.valign = Gtk.Align.CENTER;
8991 return;
9092 }
9193
92 var vbox = this.get_content_area ();
9394 vbox.spacing = 20;
9495 border_width = 10;
9596