[gnome-initial-setup/wip/152-fix-domain-administrator-login-dialog: 4/4] account: Remove redundant box in enterprise login dialog




commit e6cd22ec0a567dc81f64020ac7439ad57918f1ae
Author: Will Thompson <wjt endlessos org>
Date:   Tue Sep 6 14:48:56 2022 +0100

    account: Remove redundant box in enterprise login dialog
    
    The GtkDialog's own content_area vbox is plenty, no need to nest another
    one within it.

 gnome-initial-setup/pages/account/gis-account-page-enterprise.ui | 6 ------
 1 file changed, 6 deletions(-)
---
diff --git a/gnome-initial-setup/pages/account/gis-account-page-enterprise.ui 
b/gnome-initial-setup/pages/account/gis-account-page-enterprise.ui
index 01379314..02d542a9 100644
--- a/gnome-initial-setup/pages/account/gis-account-page-enterprise.ui
+++ b/gnome-initial-setup/pages/account/gis-account-page-enterprise.ui
@@ -126,10 +126,6 @@
     <property name="title"></property>
     <child internal-child="content_area">
       <object class="GtkBox" id="dialog-vbox1">
-        <property name="orientation">vertical</property>
-        <property name="spacing">2</property>
-        <child>
-          <object class="GtkBox" id="box2">
             <property name="orientation">vertical</property>
             <property name="margin-top">18</property>
             <property name="margin-bottom">18</property>
@@ -260,8 +256,6 @@
                 </child>
               </object>
             </child>
-          </object>
-        </child>
       </object>
     </child>
     <child type="action">


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