[gnome-tetravex/arnaudb/wip/gtk4: 40/49] Improve Scores dialog.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tetravex/arnaudb/wip/gtk4: 40/49] Improve Scores dialog.
- Date: Wed, 2 Sep 2020 16:07:49 +0000 (UTC)
commit 6f39415bcca41872114b5dd1e9988f3e98f7b92a
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Fri Mar 20 17:41:13 2020 +0100
Improve Scores dialog.
src/score-dialog.vala | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/src/score-dialog.vala b/src/score-dialog.vala
index 2b153e9..81d102d 100644
--- a/src/score-dialog.vala
+++ b/src/score-dialog.vala
@@ -74,6 +74,8 @@ private class ScoreDialog : Dialog
/* Translators: in the Scores dialog, in the scores list, label of the column displaying the
duration of played games */
scores.insert_column_with_attributes (-1, _("Time"), renderer, "text", 1, "weight", 2);
scores.model = score_model;
+ scores.hexpand = true;
+ scores.vexpand = true;
scores.show ();
scroll.add (scores);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]