[gnome-disk-utility/wip/cdavis/ui-cleanups: 27/29] resize-dialog: remove redundant child props




commit e93974bfba1114c1d09bdfc1fb9e92c34ad52630
Author: Christopher Davis <brainblasted disroot org>
Date:   Sun Feb 7 01:22:03 2021 -0800

    resize-dialog: remove redundant child props

 src/disks/ui/resize-dialog.ui | 17 ++---------------
 1 file changed, 2 insertions(+), 15 deletions(-)
---
diff --git a/src/disks/ui/resize-dialog.ui b/src/disks/ui/resize-dialog.ui
index 6a44c7df..68120b02 100644
--- a/src/disks/ui/resize-dialog.ui
+++ b/src/disks/ui/resize-dialog.ui
@@ -38,11 +38,6 @@
               <placeholder/>
             </child>
           </object>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">False</property>
-            <property name="position">1</property>
-          </packing>
         </child>
         <child>
           <object class="GtkLabel" id="explanation">
@@ -55,16 +50,13 @@
             <property name="width_chars">60</property>
             <property name="max_width_chars">60</property>
           </object>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">True</property>
-            <property name="position">0</property>
-          </packing>
         </child>
         <child>
           <object class="GtkStack" id="size-stack">
             <property name="visible">True</property>
             <property name="can_focus">False</property>
+            <property name="hexpand">True</property>
+            <property name="vexpand">True</property>
             <property name="transition_type">crossfade</property>
             <child>
               <object class="GtkSpinner" id="spinner">
@@ -263,11 +255,6 @@
               </packing>
             </child>
           </object>
-          <packing>
-            <property name="expand">True</property>
-            <property name="fill">True</property>
-            <property name="position">1</property>
-          </packing>
         </child>
       </object>
     </child>


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