[gnome-initial-setup/wip/152-fix-domain-administrator-login-dialog: 3/4] OH NO




commit 4266f0a0a9daeef62c8996ad0cb61620998625ef
Author: Will Thompson <wjt endlessos org>
Date:   Tue Sep 6 14:29:54 2022 +0100

    OH NO

 .../pages/account/gis-account-page-enterprise.ui   | 39 +++++++++-------------
 1 file changed, 16 insertions(+), 23 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 5811ac0d..aca904a4 100644
--- a/gnome-initial-setup/pages/account/gis-account-page-enterprise.ui
+++ b/gnome-initial-setup/pages/account/gis-account-page-enterprise.ui
@@ -123,8 +123,7 @@
     <property name="resizable">False</property>
     <property name="modal">True</property>
     <property name="destroy_with_parent">True</property>
-    <property name="title" translatable="yes">Domain Administrator Login</property>
-    <property name="deletable">False</property>
+    <property name="title"></property>
     <child>
       <object class="GtkBox" id="dialog-vbox1">
         <property name="orientation">vertical</property>
@@ -132,11 +131,16 @@
         <child>
           <object class="GtkBox" id="box2">
             <property name="orientation">vertical</property>
-            <property name="margin-top">18</property>
-            <property name="margin-bottom">18</property>
-            <property name="margin-start">18</property>
-            <property name="margin-end">18</property>
             <property name="spacing">10</property>
+            <child>
+              <object class="GtkLabel" id="label71">
+                <property name="label" translatable="yes">Domain Administrator Login</property>
+                <attributes>
+                  <attribute name="weight" value="bold"/>
+                  <attribute name="scale" value="1.2"/>
+                </attributes>
+              </object>
+            </child>
             <child>
               <object class="GtkLabel" id="label12">
                 <property name="xalign">0.5</property>
@@ -256,23 +260,12 @@
         </child>
       </object>
     </child>
-    <child type="titlebar">
-      <object class="GtkHeaderBar">
-        <child type="start">
-          <object class="GtkButton" id="button_cancel">
-            <property name="label">_Cancel</property>
-            <property name="use_underline">True</property>
-          </object>
-        </child>
-        <child type="end">
-          <object class="GtkButton" id="button_ok">
-            <property name="label" translatable="yes">C_ontinue</property>
-            <property name="use_underline">True</property>
-            <style>
-              <class name="suggested-action"/>
-            </style>
-          </object>
-        </child>
+    <child type="action">
+      <object class="GtkButton" id="button_cancel"/>
+    </child>
+    <child type="action">
+      <object class="GtkButton" id="button_ok">
+        <property name="label" translatable="yes">C_ontinue</property>
       </object>
     </child>
     <action-widgets>


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