[xdg-desktop-portal-gnome/gbsneto/post-restore-screencast-cleanups: 7/17] screencastwidget: Remove unnecessary boxes




commit cd907da059d487a28771998209b581c5ffa3e31c
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date:   Sat Nov 13 22:14:53 2021 -0300

    screencastwidget: Remove unnecessary boxes

 src/screencastwidget.ui | 34 +++++++++++-----------------------
 1 file changed, 11 insertions(+), 23 deletions(-)
---
diff --git a/src/screencastwidget.ui b/src/screencastwidget.ui
index 5a81f2a..de1cb8f 100644
--- a/src/screencastwidget.ui
+++ b/src/screencastwidget.ui
@@ -58,17 +58,11 @@
                 <property name="orientation">vertical</property>
                 <property name="spacing">12</property>
                 <child>
-                  <object class="GtkBox">
-                    <property name="hexpand">1</property>
-                    <property name="halign">start</property>
-                    <child>
-                      <object class="GtkLabel" id="monitor_heading">
-                        <property name="xalign">0.0</property>
-                        <attributes>
-                          <attribute name="weight" value="bold"></attribute>
-                        </attributes>
-                      </object>
-                    </child>
+                  <object class="GtkLabel" id="monitor_heading">
+                    <property name="xalign">0.0</property>
+                    <attributes>
+                      <attribute name="weight" value="bold"></attribute>
+                    </attributes>
                   </object>
                 </child>
                 <child>
@@ -99,18 +93,12 @@
 
                 <!-- Virtual monitor selection label -->
                 <child>
-                  <object class="GtkBox">
-                    <property name="hexpand">True</property>
-                    <property name="halign">start</property>
-                    <child>
-                      <object class="GtkLabel" id="virtual_heading">
-                        <property name="label"/>
-                        <property name="xalign">0.0</property>
-                        <attributes>
-                          <attribute name="weight" value="bold"/>
-                        </attributes>
-                      </object>
-                    </child>
+                  <object class="GtkLabel" id="virtual_heading">
+                    <property name="label"/>
+                    <property name="xalign">0.0</property>
+                    <attributes>
+                      <attribute name="weight" value="bold"/>
+                    </attributes>
                   </object>
                 </child>
 


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