user-accounts: move arrows to start in login history dialog

https://wiki.gnome.org/Design/SystemSettings/UserAccounts

https://bugzilla.gnome.org/show_bug.cgi?id=767065
This commit is contained in:
Felipe Borges 2016-05-24 15:43:02 +02:00
parent 6d24ed5ae9
commit a70888f132

View file

@ -17,6 +17,13 @@
<property name="title" translatable="yes">Login History</property>
<property name="subtitle" translatable="yes">Login History</property>
<property name="show_close_button">True</property>
<child>
<object class="GtkBox">
<property name="visible">True</property>
<property name="can_focus">True</property>
<style>
<class name="linked"/>
</style>
<child>
<object class="GtkButton" id="previous-button">
<property name="visible">True</property>
@ -59,6 +66,8 @@
</child>
</object>
</child>
</object>
</child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="border_width">0</property>