diff options
author | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2014-10-18 00:13:51 -0500 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2014-10-20 13:37:05 +0000 |
commit | b38c71e3653552bec9b1cbeac6bc1b0df736c82b (patch) | |
tree | 1bade120ef64ef65d0cec639ab376a866d72a596 /sc/uiconfig/scalc/ui/rowheightdialog.ui | |
parent | f6101f6d3e14720317c4904cbafceb29ec753005 (diff) |
fdo#78826 HIG: missing colons and capitalization in sc
Also:
* Something I missed from the HIG: standardize Help button position
Change-Id: Iaac65bd277d87ff58883f287808a5c5b804cc04e
Reviewed-on: https://gerrit.libreoffice.org/12015
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sc/uiconfig/scalc/ui/rowheightdialog.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/rowheightdialog.ui | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/sc/uiconfig/scalc/ui/rowheightdialog.ui b/sc/uiconfig/scalc/ui/rowheightdialog.ui index 03368d6894c4..42b0ab936c17 100644 --- a/sc/uiconfig/scalc/ui/rowheightdialog.ui +++ b/sc/uiconfig/scalc/ui/rowheightdialog.ui @@ -1,10 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> <interface> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> <object class="GtkDialog" id="RowHeightDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes">Row Height</property> + <property name="resizable">False</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> @@ -57,6 +59,8 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> + <property name="secondary">True</property> + <property name="non_homogeneous">True</property> </packing> </child> </object> @@ -81,15 +85,13 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Height</property> + <property name="label" translatable="yes">Height:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">value:0.00cm</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> <child> @@ -103,8 +105,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> @@ -120,8 +120,6 @@ <packing> <property name="left_attach">1</property> <property name="top_attach">1</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> |