summaryrefslogtreecommitdiff
path: root/sfx2/uiconfig/ui/password.ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2013-02-15 10:38:15 +0000
committerCaolán McNamara <caolanm@redhat.com>2013-02-15 10:38:59 +0000
commitb5abb829ed5bb151dfbce595c6cd86b45e373f38 (patch)
tree02e701ea220e09ca27370be6758d856cdf62614a /sfx2/uiconfig/ui/password.ui
parent181403c23e3f0abe3f8674b173c8c998c3c9c57a (diff)
various efforts to consistently apply HIG rules
Change-Id: I0bd09c023be622ced9d3fa508e5e3463a3a5e5b2
Diffstat (limited to 'sfx2/uiconfig/ui/password.ui')
-rw-r--r--sfx2/uiconfig/ui/password.ui38
1 files changed, 22 insertions, 16 deletions
diff --git a/sfx2/uiconfig/ui/password.ui b/sfx2/uiconfig/ui/password.ui
index dc14bd25cd7b..ae9fd221f790 100644
--- a/sfx2/uiconfig/ui/password.ui
+++ b/sfx2/uiconfig/ui/password.ui
@@ -3,14 +3,14 @@
<!-- interface-requires gtk+ 3.0 -->
<object class="GtkDialog" id="PasswordDialog">
<property name="can_focus">False</property>
- <property name="border_width">5</property>
+ <property name="border_width">6</property>
<property name="title" translatable="yes">Enter Password</property>
<property name="type_hint">dialog</property>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
- <property name="spacing">2</property>
+ <property name="spacing">12</property>
<child internal-child="action_area">
<object class="GtkButtonBox" id="dialog-action_area1">
<property name="can_focus">False</property>
@@ -18,11 +18,9 @@
<child>
<object class="GtkButton" id="help">
<property name="label">gtk-help</property>
- <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="use_action_appearance">False</property>
<property name="use_stock">True</property>
</object>
<packing>
@@ -34,13 +32,11 @@
<child>
<object class="GtkButton" id="ok">
<property name="label">gtk-ok</property>
- <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="sensitive">False</property>
<property name="can_focus">True</property>
<property name="has_default">True</property>
<property name="receives_default">True</property>
- <property name="use_action_appearance">False</property>
<property name="use_stock">True</property>
</object>
<packing>
@@ -52,11 +48,9 @@
<child>
<object class="GtkButton" id="cancel">
<property name="label">gtk-cancel</property>
- <property name="use_action_appearance">False</property>
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="receives_default">True</property>
- <property name="use_action_appearance">False</property>
<property name="use_stock">True</property>
</object>
<packing>
@@ -78,7 +72,7 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="orientation">vertical</property>
- <property name="spacing">6</property>
+ <property name="spacing">12</property>
<child>
<object class="GtkFrame" id="password1frame">
<property name="visible">True</property>
@@ -89,19 +83,22 @@
<object class="GtkAlignment" id="alignment1">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="top_padding">6</property>
<property name="left_padding">12</property>
<child>
<object class="GtkGrid" id="grid1">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="row_spacing">6</property>
- <property name="column_spacing">6</property>
+ <property name="column_spacing">12</property>
<child>
<object class="GtkLabel" id="userft">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">User</property>
+ <property name="label" translatable="yes">User:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">usered</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -115,7 +112,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Password</property>
+ <property name="label" translatable="yes">Password:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">pass1ed</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -129,7 +128,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Confirm</property>
+ <property name="label" translatable="yes">Confirm:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">confirm1ed</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -214,19 +215,22 @@
<object class="GtkAlignment" id="alignment2">
<property name="visible">True</property>
<property name="can_focus">False</property>
+ <property name="top_padding">6</property>
<property name="left_padding">12</property>
<child>
<object class="GtkGrid" id="grid2">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="row_spacing">6</property>
- <property name="column_spacing">6</property>
+ <property name="column_spacing">12</property>
<child>
<object class="GtkLabel" id="pass2ft">
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Password</property>
+ <property name="label" translatable="yes">Password:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">pass2ed</property>
</object>
<packing>
<property name="left_attach">0</property>
@@ -240,7 +244,9 @@
<property name="visible">True</property>
<property name="can_focus">False</property>
<property name="xalign">0</property>
- <property name="label" translatable="yes">Confirm</property>
+ <property name="label" translatable="yes">Confirm:</property>
+ <property name="use_underline">True</property>
+ <property name="mnemonic_widget">confirm2ed</property>
</object>
<packing>
<property name="left_attach">0</property>