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/filldlg.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/filldlg.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/filldlg.ui | 32 |
1 files changed, 6 insertions, 26 deletions
diff --git a/sc/uiconfig/scalc/ui/filldlg.ui b/sc/uiconfig/scalc/ui/filldlg.ui index bec094e905db..241fc8f8eedf 100644 --- a/sc/uiconfig/scalc/ui/filldlg.ui +++ b/sc/uiconfig/scalc/ui/filldlg.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="FillSeriesDialog"> <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes">Fill Series</property> + <property name="resizable">False</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> @@ -182,8 +184,6 @@ <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> @@ -295,8 +295,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> @@ -409,8 +407,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> <child> @@ -424,15 +420,13 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">_Start value</property> + <property name="label" translatable="yes">_Start value:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">startValue</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> @@ -440,15 +434,13 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">End _value</property> + <property name="label" translatable="yes">End _value:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">endValue</property> </object> <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> @@ -456,15 +448,13 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">In_crement</property> + <property name="label" translatable="yes">In_crement:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">increment</property> </object> <packing> <property name="left_attach">0</property> <property name="top_attach">2</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> <child> @@ -472,13 +462,10 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</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> @@ -486,13 +473,10 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> - <property name="invisible_char_set">True</property> </object> <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> @@ -500,13 +484,10 @@ <property name="visible">True</property> <property name="can_focus">True</property> <property name="invisible_char">●</property> - <property name="invisible_char_set">True</property> </object> <packing> <property name="left_attach">1</property> <property name="top_attach">2</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> </object> @@ -514,7 +495,6 @@ <property name="left_attach">0</property> <property name="top_attach">1</property> <property name="width">2</property> - <property name="height">1</property> </packing> </child> <child> |