1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-07-07 09:29:30 +00:00

record-row: Right justify time

Fixes #336

(cherry picked from commit fbb6316fee)
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-09-28 09:58:37 +02:00
parent ca28f98066
commit 46416a84a1

View file

@ -85,7 +85,7 @@
<property name="visible">True</property> <property name="visible">True</property>
<property name="can_focus">False</property> <property name="can_focus">False</property>
<property name="margin_left">8</property> <property name="margin_left">8</property>
<property name="justify">center</property> <property name="justify">right</property>
<style> <style>
<class name="dim-label"/> <class name="dim-label"/>
</style> </style>