[fractal] markdown_popover: Remove redundant child properties



commit dc38c081edd7a1e74eaa76d563e36f2fefb41492
Author: Christopher Davis <brainblasted disroot org>
Date:   Sat Oct 31 16:45:37 2020 -0700

    markdown_popover: Remove redundant child properties
    
    Child properties are going away in GTK4. We
    should limit our use of them to what is absolutely
    necessary.

 fractal-gtk/res/ui/markdown_popover.ui | 22 +---------------------
 1 file changed, 1 insertion(+), 21 deletions(-)
---
diff --git a/fractal-gtk/res/ui/markdown_popover.ui b/fractal-gtk/res/ui/markdown_popover.ui
index 43e3c75e..de1fc00f 100644
--- a/fractal-gtk/res/ui/markdown_popover.ui
+++ b/fractal-gtk/res/ui/markdown_popover.ui
@@ -25,33 +25,18 @@
                   <relation type="label-for" target="markdown_switch"/>
                 </accessibility>
               </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">True</property>
-                <property name="position">0</property>
-              </packing>
             </child>
             <child>
               <object class="GtkSwitch" id="markdown_switch">
                 <property name="visible">True</property>
                 <property name="can_focus">True</property>
+                <property name="halign">end</property>
                 <accessibility>
                   <relation type="labelled-by" target="markdown_label"/>
                 </accessibility>
               </object>
-              <packing>
-                <property name="expand">False</property>
-                <property name="fill">True</property>
-                <property name="pack_type">end</property>
-                <property name="position">1</property>
-              </packing>
             </child>
           </object>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">True</property>
-            <property name="position">0</property>
-          </packing>
         </child>
         <child>
           <object class="GtkGrid" id="tutorial_text_box">
@@ -116,11 +101,6 @@
               <class name="dim-label"/>
             </style>
           </object>
-          <packing>
-            <property name="expand">False</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]