1
0
Fork 0
mirror of https://gitlab.gnome.org/GNOME/calls.git synced 2024-12-12 07:37:35 +00:00

record-row: Right justify time

Fixes #336
This commit is contained in:
Evangelos Ribeiro Tzaras 2021-09-28 09:58:37 +02:00
parent 33ad4dbe86
commit fbb6316fee

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>