diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-03-04 17:05:19 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-03-05 00:32:13 +0100 |
commit | d6f1c3dece1ab321230cbaf6b5a11318ba04b216 (patch) | |
tree | 9a09218d3fb27dfef8939c8924dd100378196f78 /sfx2/uiconfig/ui | |
parent | 77db2da61658906c354084b13a95f1102949fbd0 (diff) |
weld SfxPasswordDialog Dialog
Change-Id: If8c9757986f4af7b7927717221860e65c8c7285e
Reviewed-on: https://gerrit.libreoffice.org/50755
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sfx2/uiconfig/ui')
-rw-r--r-- | sfx2/uiconfig/ui/password.ui | 20 |
1 files changed, 13 insertions, 7 deletions
diff --git a/sfx2/uiconfig/ui/password.ui b/sfx2/uiconfig/ui/password.ui index 09fbb09cf9ee..086c3965806a 100644 --- a/sfx2/uiconfig/ui/password.ui +++ b/sfx2/uiconfig/ui/password.ui @@ -1,11 +1,14 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.20.0 --> +<!-- Generated with glade 3.20.2 --> <interface domain="sfx"> - <requires lib="gtk+" version="3.0"/> + <requires lib="gtk+" version="3.20"/> <object class="GtkDialog" id="PasswordDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes" context="password|PasswordDialog">Enter Password</property> + <property name="modal">True</property> + <property name="default_width">0</property> + <property name="default_height">0</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> @@ -22,6 +25,7 @@ <property name="visible">True</property> <property name="sensitive">False</property> <property name="can_focus">True</property> + <property name="can_default">True</property> <property name="has_default">True</property> <property name="receives_default">True</property> <property name="use_stock">True</property> @@ -152,7 +156,7 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="visibility">False</property> - <property name="invisible_char">●</property> + <property name="input_purpose">password</property> <child internal-child="accessible"> <object class="AtkObject" id="pass1ed-atkobject"> <property name="AtkObject::accessible-name" translatable="yes" context="password|pass1ed-atkobject">Password</property> @@ -170,7 +174,7 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="visibility">False</property> - <property name="invisible_char">●</property> + <property name="input_purpose">password</property> </object> <packing> <property name="left_attach">1</property> @@ -250,7 +254,7 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="visibility">False</property> - <property name="invisible_char">●</property> + <property name="input_purpose">password</property> </object> <packing> <property name="left_attach">1</property> @@ -263,7 +267,7 @@ <property name="can_focus">True</property> <property name="hexpand">True</property> <property name="visibility">False</property> - <property name="invisible_char">●</property> + <property name="input_purpose">password</property> </object> <packing> <property name="left_attach">1</property> @@ -314,9 +318,11 @@ </object> </child> <action-widgets> - <action-widget response="-5">ok</action-widget> <action-widget response="-6">cancel</action-widget> <action-widget response="-11">help</action-widget> </action-widgets> + <child> + <placeholder/> + </child> </object> </interface> |