[gnome-maps/wip/mlundblad/cleanup-gtk-deprecations: 9/13] checkInDialog: Minimize use of child properties




commit 1a0dd2ecf13abce171eeb855b573d6d73beda72f
Author: Marcus Lundblad <ml update uu se>
Date:   Sun Mar 21 22:50:23 2021 +0100

    checkInDialog: Minimize use of child properties
    
    Remove all redundant child properties. Child
    properties are gone in GTK4, and we should
    minimize their use to what's absolutely necessary
    in GTK3.

 data/ui/check-in-dialog.ui | 26 --------------------------
 1 file changed, 26 deletions(-)
---
diff --git a/data/ui/check-in-dialog.ui b/data/ui/check-in-dialog.ui
index 7050a0d0..3bc239ce 100644
--- a/data/ui/check-in-dialog.ui
+++ b/data/ui/check-in-dialog.ui
@@ -92,11 +92,6 @@
                           <placeholder/>
                         </child>
                       </object>
-                      <packing>
-                        <property name="expand">False</property>
-                        <property name="fill">False</property>
-                        <property name="position">0</property>
-                      </packing>
                     </child>
                     <child internal-child="content_area">
                       <object class="GtkBox" id="placeNotFoundInfoBarContentArea">
@@ -109,11 +104,6 @@
                             <property name="margin_start">6</property>
                             <property name="icon_name">dialog-warning-symbolic</property>
                           </object>
-                          <packing>
-                            <property name="expand">False</property>
-                            <property name="fill">True</property>
-                            <property name="position">0</property>
-                          </packing>
                         </child>
                         <child>
                           <object class="GtkLabel" id="placeNotFoundLabel">
@@ -121,18 +111,8 @@
                             <property name="can_focus">False</property>
                             <property name="wrap">True</property>
                           </object>
-                          <packing>
-                            <property name="expand">False</property>
-                            <property name="fill">True</property>
-                            <property name="position">1</property>
-                          </packing>
                         </child>
                       </object>
-                      <packing>
-                        <property name="expand">False</property>
-                        <property name="fill">False</property>
-                        <property name="position">0</property>
-                      </packing>
                     </child>
                     <child>
                       <placeholder/>
@@ -390,9 +370,6 @@
             <property name="can_focus">True</property>
             <property name="use_underline">True</property>
           </object>
-          <packing>
-            <property name="pack-type">start</property>
-          </packing>
         </child>
         <child>
           <object class="GtkButton" id="okButton">
@@ -404,9 +381,6 @@
               <class name="default"/>
             </style>
           </object>
-          <packing>
-            <property name="pack-type">end</property>
-          </packing>
         </child>
       </object>
     </child>


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