[gnome-tetravex/arnaudb/wip/gtk4: 52/60] Improve Scores dialog.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-tetravex/arnaudb/wip/gtk4: 52/60] Improve Scores dialog.
- Date: Tue, 4 Aug 2020 14:23:43 +0000 (UTC)
commit c3ac01ee1adce37e7e13f69602adf0387435c031
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]