[gnome-tetravex/arnaudb/wip/gtk4: 27/32] Improve Scores dialog.



commit d859ff0947de03e6969e486a68bfc5386735a031
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]