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/simplerefdialog.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/simplerefdialog.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/simplerefdialog.ui | 16 |
1 files changed, 6 insertions, 10 deletions
diff --git a/sc/uiconfig/scalc/ui/simplerefdialog.ui b/sc/uiconfig/scalc/ui/simplerefdialog.ui index 1657c3757166..04a33749e54c 100644 --- a/sc/uiconfig/scalc/ui/simplerefdialog.ui +++ b/sc/uiconfig/scalc/ui/simplerefdialog.ui @@ -1,11 +1,13 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- Generated with glade 3.18.3 --> <interface> - <!-- interface-requires LibreOffice 1.0 --> - <!-- interface-requires gtk+ 3.0 --> + <requires lib="gtk+" version="3.0"/> + <requires lib="LibreOffice" version="1.0"/> <object class="GtkDialog" id="SimpleRefDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes">Set range</property> + <property name="resizable">False</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> @@ -25,15 +27,13 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Area</property> + <property name="label" translatable="yes">Area:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">assign</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> @@ -43,13 +43,10 @@ <property name="hexpand">True</property> <property name="invisible_char">●</property> <property name="width_chars">50</property> - <property name="invisible_char_set">True</property> </object> <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> @@ -61,8 +58,6 @@ <packing> <property name="left_attach">2</property> <property name="top_attach">0</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> </object> @@ -118,6 +113,7 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> + <property name="secondary">True</property> </packing> </child> </object> |