[gnome-control-center] user-accounts: Unify size of headerbar buttons



commit 90d6f3b622165bbb868756704a9c22d894cdfa6c
Author: Ondrej Holy <oholy redhat com>
Date:   Thu Jul 21 13:15:57 2016 +0200

    user-accounts: Unify size of headerbar buttons
    
    The headerbar buttons with arrows were moved sidebyside by the commit
    a70888f. The buttons have a slightly different size, which looks pretty
    weird currently. Fix this by setting valign on GtkButton and not on
    GtkImage inside.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=767065

 panels/user-accounts/data/history-dialog.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/panels/user-accounts/data/history-dialog.ui b/panels/user-accounts/data/history-dialog.ui
index 0a4ea46..a1b5f8a 100644
--- a/panels/user-accounts/data/history-dialog.ui
+++ b/panels/user-accounts/data/history-dialog.ui
@@ -46,6 +46,7 @@
                 <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"/>
                 </style>
@@ -53,7 +54,6 @@
                   <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>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]