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




commit a2ab77f5b894e288160d932f4d1f63a6b20506e5
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 | 20 --------------------
 1 file changed, 20 deletions(-)
---
diff --git a/data/ui/check-in-dialog.ui b/data/ui/check-in-dialog.ui
index 7050a0d0..2ce3f5e7 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/>


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