[nautilus/wip/antoniof/visisble-columns-followup: 2/2] column-chooser: Align Reset button to the end




commit 60767f81ffab558b80efa2adf5124efeacccc8a8
Author: António Fernandes <antoniof gnome org>
Date:   Fri Aug 5 14:20:36 2022 +0100

    column-chooser: Align Reset button to the end
    
    For better visual balance.

 src/resources/ui/nautilus-column-chooser.ui | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)
---
diff --git a/src/resources/ui/nautilus-column-chooser.ui b/src/resources/ui/nautilus-column-chooser.ui
index 0f2f20dff..24cce3de7 100644
--- a/src/resources/ui/nautilus-column-chooser.ui
+++ b/src/resources/ui/nautilus-column-chooser.ui
@@ -89,6 +89,8 @@
           <object class="GtkBox">
             <child>
               <object class="GtkButton" id="use_default_button">
+                <property name="hexpand">true</property>
+                <property name="halign">end</property>
                 <property name="label" translatable="yes">Reset to De_fault</property>
                 <property name="tooltip-text" translatable="yes">Replace the current List Columns settings 
with the default settings</property>
                 <property name="use-underline">True</property>
@@ -97,9 +99,6 @@
             </child>
           </object>
         </child>
-        <style>
-          <class name="inline-toolbar"/>
-        </style>
       </object>
     </child>
   </template>


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