[gtk/wip/exalm/polish: 4/7] inspector: Use tabular figures for list position label




commit 3aee23c17224a38be4c0eb8fc7b669096ab4c801
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Sun Oct 24 03:22:56 2021 +0500

    inspector: Use tabular figures for list position label
    
    Avoid buttons jumping around while moving through list models.

 gtk/inspector/window.ui | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/gtk/inspector/window.ui b/gtk/inspector/window.ui
index c56f941bdd..69ae8624e5 100644
--- a/gtk/inspector/window.ui
+++ b/gtk/inspector/window.ui
@@ -337,6 +337,9 @@
                                     <child>
                                       <object class="GtkLabel" id="list_position_label">
                                         <property name="tooltip-text" translatable="yes">List 
Position</property>
+                                        <attributes>
+                                          <attribute name="font-features" value="tnum=1"/>
+                                        </attributes>
                                       </object>
                                     </child>
                                     <child>


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