[nautilus/ux-review-3.29.90: 8/12] toolbar: Fix unbalanced margin on the right of the switcher



commit 149bbd1058c493a214564172094ea685d34a2734
Author: Carlos Soriano <csoriano redhat com>
Date:   Wed Jul 25 15:09:26 2018 +0200

    toolbar: Fix unbalanced margin on the right of the switcher

 src/resources/ui/nautilus-toolbar.ui | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/resources/ui/nautilus-toolbar.ui b/src/resources/ui/nautilus-toolbar.ui
index 408d73692..bb447b3a1 100644
--- a/src/resources/ui/nautilus-toolbar.ui
+++ b/src/resources/ui/nautilus-toolbar.ui
@@ -368,7 +368,6 @@
       <object class="GtkBox">
         <property name="visible">True</property>
         <property name="can_focus">False</property>
-        <property name="spacing">6</property>
         <child>
           <object class="GtkRevealer" id="operations_revealer">
             <property name="visible">True</property>
@@ -379,6 +378,7 @@
                 <property name="can_focus">True</property>
                 <property name="receives_default">False</property>
                 <property name="tooltip_text" translatable="yes">Show operations</property>
+                <property name="margin_right">6</property>
                 <property name="popover">operations_popover</property>
                 <signal name="toggled" handler="on_operations_button_toggled" object="NautilusToolbar" 
swapped="yes"/>
                 <child>
@@ -408,6 +408,7 @@
           <object class="GtkBox">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
+            <property name="margin_right">6</property>
             <child>
               <object class="GtkButton" id="view_toggle_button">
                 <property name="visible">True</property>


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