[gnome-initial-setup/wip/152-fix-domain-administrator-login-dialog: 2/4] FIX #1
- From: Will Thompson <wjt src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup/wip/152-fix-domain-administrator-login-dialog: 2/4] FIX #1
- Date: Tue, 6 Sep 2022 13:34:21 +0000 (UTC)
commit 2136313c06d7da833b4da1ecbd820ff413da741b
Author: Will Thompson <wjt endlessos org>
Date: Tue Sep 6 14:29:22 2022 +0100
FIX #1
.../pages/account/gis-account-page-enterprise.ui | 39 +++++++++++++---------
1 file changed, 23 insertions(+), 16 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 aca904a4..5811ac0d 100644
--- a/gnome-initial-setup/pages/account/gis-account-page-enterprise.ui
+++ b/gnome-initial-setup/pages/account/gis-account-page-enterprise.ui
@@ -123,7 +123,8 @@
<property name="resizable">False</property>
<property name="modal">True</property>
<property name="destroy_with_parent">True</property>
- <property name="title"></property>
+ <property name="title" translatable="yes">Domain Administrator Login</property>
+ <property name="deletable">False</property>
<child>
<object class="GtkBox" id="dialog-vbox1">
<property name="orientation">vertical</property>
@@ -131,16 +132,11 @@
<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>
@@ -260,12 +256,23 @@
</child>
</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>
+ <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>
</object>
</child>
<action-widgets>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]