[gnome-games/wip/exalm/tnum: 2/2] snapshot-row: Use tabular numbers




commit c9a47aa4b81039324546d442e6db57249cbaa860
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Mon Aug 17 20:15:40 2020 +0500

    snapshot-row: Use tabular numbers
    
    Both date and "New snapshot 2" names should benefit from this.

 data/ui/snapshot-row.ui | 6 ++++++
 1 file changed, 6 insertions(+)
---
diff --git a/data/ui/snapshot-row.ui b/data/ui/snapshot-row.ui
index 1dccdbdc2..1e5ded98c 100644
--- a/data/ui/snapshot-row.ui
+++ b/data/ui/snapshot-row.ui
@@ -39,6 +39,9 @@
                     <property name="xalign">0</property>
                     <property name="yalign">0.75</property>
                     <property name="vexpand">True</property>
+                    <attributes>
+                      <attribute name="font-features" value="tnum=1"/>
+                    </attributes>
                     <style>
                       <class name="snapshot-name"/>
                     </style>
@@ -51,6 +54,9 @@
                     <property name="xalign">0</property>
                     <property name="yalign">0.25</property>
                     <property name="vexpand">True</property>
+                    <attributes>
+                      <attribute name="font-features" value="tnum=1"/>
+                    </attributes>
                     <style>
                       <class name="snapshot-date"/>
                     </style>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]