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:
parent
6d24ed5ae9
commit
a70888f132
1 changed files with 37 additions and 28 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue