[gnome-clocks/redesign/stopwatch] Lap Row: add tooltips for a11y



commit 7086f39a4f1ff73d5a2594add195afd6eab3bdd5
Author: Bilal Elmoussaoui <bil elmoussaoui gmail com>
Date:   Mon Jan 27 03:51:23 2020 +0100

    Lap Row: add tooltips for a11y

 data/ui/stopwatchlapsrow.ui | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)
---
diff --git a/data/ui/stopwatchlapsrow.ui b/data/ui/stopwatchlapsrow.ui
index ac271f4..d525495 100644
--- a/data/ui/stopwatchlapsrow.ui
+++ b/data/ui/stopwatchlapsrow.ui
@@ -15,10 +15,11 @@
           <object class="GtkLabel" id="duration_label">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
+            <property name="tooltip_text" translatable="yes">Time</property>
             <property name="halign">start</property>
             <property name="valign">center</property>
             <attributes>
-              <attribute name="font-features" value="tnum=1"/>
+              <attribute name="font-features"/>
             </attributes>
             <style>
               <class name="lap-time"/>
@@ -35,10 +36,11 @@
           <object class="GtkLabel" id="difference_label">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
+            <property name="tooltip_text" translatable="yes">Difference</property>
             <property name="halign">start</property>
             <property name="valign">center</property>
             <attributes>
-              <attribute name="font-features" value="tnum=1"/>
+              <attribute name="font-features"/>
             </attributes>
           </object>
           <packing>


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