[gnome-initial-setup] Fix the domain admin password dialog width
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-initial-setup] Fix the domain admin password dialog width
- Date: Mon, 8 Sep 2014 00:37:44 +0000 (UTC)
commit 83311db510b94d3d761c122347a022f50db967ea
Author: Matthias Clasen <mclasen redhat com>
Date: Sun Sep 7 20:36:31 2014 -0400
Fix the domain admin password dialog width
The long label in this dialog was not set to wrap, and didn't
have a max-width-chars property set. Fix these two things, to
make the dialog usable.
https://bugzilla.gnome.org/show_bug.cgi?id=736217
.../pages/account/gis-account-page-enterprise.ui | 5 ++++-
1 files changed, 4 insertions(+), 1 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 e2946ea..409de7e 100644
--- a/gnome-initial-setup/pages/account/gis-account-page-enterprise.ui
+++ b/gnome-initial-setup/pages/account/gis-account-page-enterprise.ui
@@ -208,6 +208,7 @@
<property name="modal">True</property>
<property name="destroy_with_parent">True</property>
<property name="type_hint">dialog</property>
+ <property name="title"></property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>
@@ -287,8 +288,10 @@
<object class="GtkLabel" id="label12">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xalign">0</property>
+ <property name="xalign">0.5</property>
<property name="yalign">0</property>
+ <property name="wrap">True</property>
+ <property name="max-width-chars">60</property>
<property name="label" translatable="yes">In order to use enterprise logins, this computer
needs to be enrolled in a domain. Please have your network administrator type the domain password here, and
choose a unique computer name for your computer.</property>
</object>
<packing>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]