diff options
author | Caolán McNamara <caolanm@redhat.com> | 2013-02-15 10:38:15 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2013-02-15 10:38:59 +0000 |
commit | b5abb829ed5bb151dfbce595c6cd86b45e373f38 (patch) | |
tree | 02e701ea220e09ca27370be6758d856cdf62614a | |
parent | 181403c23e3f0abe3f8674b173c8c998c3c9c57a (diff) |
various efforts to consistently apply HIG rules
Change-Id: I0bd09c023be622ced9d3fa508e5e3463a3a5e5b2
-rw-r--r-- | sfx2/uiconfig/ui/checkin.ui | 11 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/custominfopage.ui | 3 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/descriptioninfopage.ui | 3 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/documentpropertiesdialog.ui | 4 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/internetinfopage.ui | 4 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/password.ui | 38 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/printeroptionsdialog.ui | 10 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/securityinfopage.ui | 11 | ||||
-rw-r--r-- | sfx2/uiconfig/ui/singletabdialog.ui | 2 | ||||
-rw-r--r-- | uui/uiconfig/ui/masterpassworddlg.ui | 1 |
10 files changed, 40 insertions, 47 deletions
diff --git a/sfx2/uiconfig/ui/checkin.ui b/sfx2/uiconfig/ui/checkin.ui index 8215c5918ccd..71285193db1f 100644 --- a/sfx2/uiconfig/ui/checkin.ui +++ b/sfx2/uiconfig/ui/checkin.ui @@ -3,7 +3,7 @@ <!-- interface-requires gtk+ 3.0 --> <object class="GtkDialog" id="CheckinDialog"> <property name="can_focus">False</property> - <property name="border_width">5</property> + <property name="border_width">6</property> <property name="title" translatable="yes">Check-In</property> <property name="modal">True</property> <property name="window_position">center-on-parent</property> @@ -12,7 +12,7 @@ <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> @@ -20,11 +20,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> @@ -36,13 +34,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="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_action_appearance">False</property> <property name="use_stock">True</property> </object> <packing> @@ -65,14 +61,13 @@ <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> + <property name="row_spacing">6</property> <child> <object class="GtkCheckButton" id="MajorVersion"> <property name="label" translatable="yes">New major version</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> </object> diff --git a/sfx2/uiconfig/ui/custominfopage.ui b/sfx2/uiconfig/ui/custominfopage.ui index 0cc0612b57da..15a7c96f1141 100644 --- a/sfx2/uiconfig/ui/custominfopage.ui +++ b/sfx2/uiconfig/ui/custominfopage.ui @@ -6,6 +6,7 @@ <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> + <property name="border_width">6</property> <property name="row_spacing">12</property> <child> <object class="GtkLabel" id="label56"> @@ -25,12 +26,10 @@ <child> <object class="GtkButton" id="add"> <property name="label">gtk-add</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="halign">end</property> - <property name="use_action_appearance">False</property> <property name="use_stock">True</property> </object> <packing> diff --git a/sfx2/uiconfig/ui/descriptioninfopage.ui b/sfx2/uiconfig/ui/descriptioninfopage.ui index 88f21d5daeb5..c257d3187b22 100644 --- a/sfx2/uiconfig/ui/descriptioninfopage.ui +++ b/sfx2/uiconfig/ui/descriptioninfopage.ui @@ -6,8 +6,9 @@ <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> + <property name="border_width">6</property> <property name="row_spacing">6</property> - <property name="column_spacing">18</property> + <property name="column_spacing">12</property> <child> <object class="GtkLabel" id="label27"> <property name="visible">True</property> diff --git a/sfx2/uiconfig/ui/documentpropertiesdialog.ui b/sfx2/uiconfig/ui/documentpropertiesdialog.ui index e505cf03a698..9012aafe52d5 100644 --- a/sfx2/uiconfig/ui/documentpropertiesdialog.ui +++ b/sfx2/uiconfig/ui/documentpropertiesdialog.ui @@ -3,14 +3,14 @@ <!-- interface-requires gtk+ 3.0 --> <object class="GtkDialog" id="DocumentPropertiesDialog"> <property name="can_focus">False</property> - <property name="border_width">5</property> + <property name="border_width">6</property> <property name="title" translatable="yes">Properties of </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> diff --git a/sfx2/uiconfig/ui/internetinfopage.ui b/sfx2/uiconfig/ui/internetinfopage.ui index 28c4e196ff97..aad0e6a6fec6 100644 --- a/sfx2/uiconfig/ui/internetinfopage.ui +++ b/sfx2/uiconfig/ui/internetinfopage.ui @@ -19,6 +19,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> + <property name="border_width">6</property> <property name="row_spacing">12</property> <property name="column_spacing">6</property> <child> @@ -165,6 +166,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> + <property name="column_spacing">12</property> <child> <object class="GtkEntry" id="forwarded"> <property name="visible">True</property> @@ -208,6 +210,7 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="hexpand">True</property> + <property name="column_spacing">12</property> <child> <object class="GtkSpinButton" id="afternf"> <property name="visible">True</property> @@ -250,6 +253,7 @@ <object class="GtkGrid" id="grid3"> <property name="visible">True</property> <property name="can_focus">False</property> + <property name="column_spacing">12</property> <child> <object class="GtkSpinButton" id="reloadnf"> <property name="visible">True</property> 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> diff --git a/sfx2/uiconfig/ui/printeroptionsdialog.ui b/sfx2/uiconfig/ui/printeroptionsdialog.ui index c12aee53d472..0b9eef7877dc 100644 --- a/sfx2/uiconfig/ui/printeroptionsdialog.ui +++ b/sfx2/uiconfig/ui/printeroptionsdialog.ui @@ -3,14 +3,14 @@ <!-- interface-requires gtk+ 3.0 --> <object class="GtkDialog" id="PrinterOptionsDialog"> <property name="can_focus">False</property> - <property name="border_width">5</property> + <property name="border_width">6</property> <property name="title" translatable="yes">Printer Options</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="ok"> <property name="label">gtk-ok</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,11 +32,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> @@ -50,11 +46,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> diff --git a/sfx2/uiconfig/ui/securityinfopage.ui b/sfx2/uiconfig/ui/securityinfopage.ui index bb292b253412..d601c5fca47c 100644 --- a/sfx2/uiconfig/ui/securityinfopage.ui +++ b/sfx2/uiconfig/ui/securityinfopage.ui @@ -6,6 +6,7 @@ <property name="can_focus">False</property> <property name="hexpand">True</property> <property name="vexpand">True</property> + <property name="border_width">6</property> <property name="label_xalign">0</property> <property name="shadow_type">none</property> <child> @@ -24,17 +25,15 @@ <property name="valign">end</property> <property name="hexpand">True</property> <property name="row_spacing">12</property> - <property name="column_spacing">6</property> + <property name="column_spacing">12</property> <child> <object class="GtkCheckButton" id="readonly"> <property name="label" translatable="yes">_Open file read-only</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> <property name="halign">start</property> <property name="valign">end</property> - <property name="use_action_appearance">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> @@ -49,11 +48,9 @@ <child> <object class="GtkCheckButton" id="recordchanges"> <property name="label" translatable="yes">Record _changes</property> - <property name="use_action_appearance">False</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">False</property> - <property name="use_action_appearance">False</property> <property name="use_underline">True</property> <property name="xalign">0</property> <property name="draw_indicator">True</property> @@ -74,12 +71,10 @@ <child> <object class="GtkButton" id="protect"> <property name="label" translatable="yes">Protect...</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="halign">end</property> - <property name="use_action_appearance">False</property> </object> <packing> <property name="expand">False</property> @@ -90,12 +85,10 @@ <child> <object class="GtkButton" id="unprotect"> <property name="label" translatable="yes">_Unprotect...</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="halign">end</property> - <property name="use_action_appearance">False</property> <property name="use_underline">True</property> </object> <packing> diff --git a/sfx2/uiconfig/ui/singletabdialog.ui b/sfx2/uiconfig/ui/singletabdialog.ui index fca895700351..8ad458f39851 100644 --- a/sfx2/uiconfig/ui/singletabdialog.ui +++ b/sfx2/uiconfig/ui/singletabdialog.ui @@ -3,7 +3,7 @@ <!-- interface-requires gtk+ 3.0 --> <object class="GtkDialog" id="SingleTabDialog"> <property name="can_focus">False</property> - <property name="border_width">5</property> + <property name="border_width">6</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> diff --git a/uui/uiconfig/ui/masterpassworddlg.ui b/uui/uiconfig/ui/masterpassworddlg.ui index ce9daa03d918..b03a85a4b35b 100644 --- a/uui/uiconfig/ui/masterpassworddlg.ui +++ b/uui/uiconfig/ui/masterpassworddlg.ui @@ -10,6 +10,7 @@ <object class="GtkBox" id="dialog-vbox1"> <property name="can_focus">False</property> <property name="orientation">vertical</property> + <property name="spacing">12</property> <child internal-child="action_area"> <object class="GtkButtonBox" id="dialog-action_area1"> <property name="can_focus">False</property> |