mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-14 06:10:21 +00:00
mediacontrols: Use tabular figures for time and duration
In particular, this prevents gtk4-widget-factory from jumping every second.
This commit is contained in:
parent
b3710279bc
commit
422c78badf
@ -30,7 +30,11 @@
|
||||
<child>
|
||||
<object class="GtkBox" id="time_box">
|
||||
<child>
|
||||
<object class="GtkLabel" id="time_label"/>
|
||||
<object class="GtkLabel" id="time_label">
|
||||
<attributes>
|
||||
<attribute name="font-features" value="tnum=1"/>
|
||||
</attributes>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkScale" id="seek_scale">
|
||||
@ -41,7 +45,11 @@
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkLabel" id="duration_label"/>
|
||||
<object class="GtkLabel" id="duration_label">
|
||||
<attributes>
|
||||
<attribute name="font-features" value="tnum=1"/>
|
||||
</attributes>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
</child>
|
||||
|
Loading…
Reference in New Issue
Block a user