[nautilus] toolbar-view-menu: change "Sort" label alignment



commit 4e34bb7e94b72d09748c4ace272950f2e5d8a45d
Author: Razvan Chitu <razvan ch95 gmail com>
Date:   Mon Feb 29 20:24:12 2016 +0200

    toolbar-view-menu: change "Sort" label alignment
    
    The "Sort" label in the toolbar view menu is slightly to the right of the sort
    options. In order to fix this, adjust its right margin.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=762886

 src/resources/ui/nautilus-toolbar-view-menu.ui |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/resources/ui/nautilus-toolbar-view-menu.ui b/src/resources/ui/nautilus-toolbar-view-menu.ui
index dfc2197..7cb336d 100644
--- a/src/resources/ui/nautilus-toolbar-view-menu.ui
+++ b/src/resources/ui/nautilus-toolbar-view-menu.ui
@@ -90,7 +90,7 @@
                 <property name="can_focus">False</property>
                 <property name="halign">start</property>
                 <property name="label" translatable="yes">Sort</property>
-                <property name="margin-start">12</property>
+                <property name="margin-start">6</property>
                 <style>
                   <class name="separator"/>
                 </style>


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