[gnome-control-center/wip/feborges/new-users-panel: 21/23] user-accounts: move arrows to start in login history dialog
- From: Felipe Borges <felipeborges src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-control-center/wip/feborges/new-users-panel: 21/23] user-accounts: move arrows to start in login history dialog
- Date: Tue, 31 May 2016 07:52:33 +0000 (UTC)
commit 0c8856532d6350b67c9fd74c714a1b8c7dcea2a5
Author: Felipe Borges <felipeborges gnome org>
Date: Tue May 24 15:43:02 2016 +0200
user-accounts: move arrows to start in login history dialog
https://wiki.gnome.org/Design/SystemSettings/UserAccounts
panels/user-accounts/data/history-dialog.ui | 59 +++++++++++++++-----------
1 files changed, 34 insertions(+), 25 deletions(-)
---
diff --git a/panels/user-accounts/data/history-dialog.ui b/panels/user-accounts/data/history-dialog.ui
index 3ec1680..dc2432d 100644
--- a/panels/user-accounts/data/history-dialog.ui
+++ b/panels/user-accounts/data/history-dialog.ui
@@ -18,44 +18,53 @@
<property name="subtitle" translatable="yes">Login History</property>
<property name="show_close_button">True</property>
<child>
- <object class="GtkButton" id="previous-button">
+ <object class="GtkBox">
<property name="visible">True</property>
<property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="valign">center</property>
<style>
- <class name="image-button"/>
+ <class name="linked"/>
</style>
<child>
- <object class="GtkImage" id="previous-image">
+ <object class="GtkButton" id="previous-button">
<property name="visible">True</property>
- <property name="can_focus">False</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <property name="valign">center</property>
+ <style>
+ <class name="image-button"/>
+ </style>
+ <child>
+ <object class="GtkImage" id="previous-image">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ </object>
+ </child>
</object>
+ <packing>
+ <property name="pack_type">start</property>
+ </packing>
</child>
- </object>
- <packing>
- <property name="pack_type">start</property>
- </packing>
- </child>
- <child>
- <object class="GtkButton" id="next-button">
- <property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <style>
- <class name="image-button"/>
- </style>
<child>
- <object class="GtkImage" id="next-image">
+ <object class="GtkButton" id="next-button">
<property name="visible">True</property>
- <property name="can_focus">False</property>
- <property name="valign">center</property>
+ <property name="can_focus">True</property>
+ <property name="receives_default">True</property>
+ <style>
+ <class name="image-button"/>
+ </style>
+ <child>
+ <object class="GtkImage" id="next-image">
+ <property name="visible">True</property>
+ <property name="can_focus">False</property>
+ <property name="valign">center</property>
+ </object>
+ </child>
</object>
+ <packing>
+ <property name="pack_type">end</property>
+ </packing>
</child>
</object>
- <packing>
- <property name="pack_type">end</property>
- </packing>
</child>
</object>
</child>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]