[nautilus] file-conflict-dialog: Improve expander appearance



commit 1d08e0c832cf630ade05b2eb455916a92c19b1c1
Author: Joshua Lee <lee son wai gmail com>
Date:   Thu Nov 11 05:30:25 2021 +0000

    file-conflict-dialog: Improve expander appearance
    
    Add a margin between the expander and the rename entry and use the
    linked style class for the entry and its reset button.

 src/resources/ui/nautilus-file-conflict-dialog.ui | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)
---
diff --git a/src/resources/ui/nautilus-file-conflict-dialog.ui 
b/src/resources/ui/nautilus-file-conflict-dialog.ui
index 23475deb7..ded27ec72 100644
--- a/src/resources/ui/nautilus-file-conflict-dialog.ui
+++ b/src/resources/ui/nautilus-file-conflict-dialog.ui
@@ -87,7 +87,10 @@
                     <child>
                       <object class="GtkBox">
                         <property name="visible">True</property>
-                        <property name="spacing">6</property>
+                        <property name="margin-top">6</property>
+                        <style>
+                          <class name="linked"/>
+                        </style>
                         <child>
                           <object class="GtkEntry" id="entry">
                             <property name="visible">True</property>


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