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 /cui/uiconfig/ui/posterdialog.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 'cui/uiconfig/ui/posterdialog.ui')
-rw-r--r-- | cui/uiconfig/ui/posterdialog.ui | 15 |
1 files changed, 4 insertions, 11 deletions
diff --git a/cui/uiconfig/ui/posterdialog.ui b/cui/uiconfig/ui/posterdialog.ui index a4c207f572e2..59fdcc322133 100644 --- a/cui/uiconfig/ui/posterdialog.ui +++ b/cui/uiconfig/ui/posterdialog.ui @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> -<!-- Generated with glade 3.16.1 --> +<!-- Generated with glade 3.18.3 --> <interface> <requires lib="gtk+" version="3.0"/> - <!-- interface-requires LibreOffice 1.0 --> + <requires lib="LibreOffice" version="1.0"/> <object class="GtkAdjustment" id="adjustment1"> <property name="lower">2</property> <property name="upper">64</property> @@ -66,6 +66,7 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> + <property name="secondary">True</property> </packing> </child> </object> @@ -109,8 +110,6 @@ <packing> <property name="left_attach">1</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -127,8 +126,6 @@ <packing> <property name="left_attach">0</property> <property name="top_attach">1</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -136,23 +133,19 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Poster colors</property> + <property name="label" translatable="yes">Poster colors:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">value</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> </object> |