diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-11-02 20:26:38 -0600 |
---|---|---|
committer | Samuel Mehrbrodt <s.mehrbrodt@gmail.com> | 2014-11-03 08:51:57 +0000 |
commit | 616f24419aba82369cbc005e64bd6b4ea494787c (patch) | |
tree | a63ccf9486ffb113342ecc91311215c9872359cc /sw/uiconfig/swriter/ui/warnemaildialog.ui | |
parent | 7d2a989bc2fed03e41ed0493d7ce5b0512c67612 (diff) |
HIG fixes for the rest of cui (and a bit of sw)
* Standardize spacing and make some dialogs waste less space
* Add missing colons to labels that precede controls (fdo#78826)
* Disable manual resizing where it doesn’t make sense
* Standardize Help button’s position (fdo#76486)
Change-Id: Ib3f7f830e890e67f72aab970571793f495bab956
Reviewed-on: https://gerrit.libreoffice.org/12207
Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
Diffstat (limited to 'sw/uiconfig/swriter/ui/warnemaildialog.ui')
-rw-r--r-- | sw/uiconfig/swriter/ui/warnemaildialog.ui | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sw/uiconfig/swriter/ui/warnemaildialog.ui b/sw/uiconfig/swriter/ui/warnemaildialog.ui index d7aa9ff084fd..bacd9434eec8 100644 --- a/sw/uiconfig/swriter/ui/warnemaildialog.ui +++ b/sw/uiconfig/swriter/ui/warnemaildialog.ui @@ -11,13 +11,13 @@ <property name="skip_taskbar_hint">True</property> <property name="message_type">warning</property> <property name="buttons">ok</property> - <property name="text" translatable="yes">E-Mails could not be sent</property> - <property name="secondary_text" translatable="yes">The following error occurred</property> + <property name="text" translatable="yes">E-mails could not be sent</property> + <property name="secondary_text" translatable="yes">The following error occurred:</property> <child internal-child="vbox"> <object class="GtkBox" id="messagedialog-vbox"> <property name="can_focus">False</property> <property name="orientation">vertical</property> - <property name="spacing">24</property> + <property name="spacing">12</property> <child internal-child="action_area"> <object class="GtkButtonBox" id="messagedialog-action_area"> <property name="can_focus">False</property> |