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/exponentialsmoothingdialog.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/exponentialsmoothingdialog.ui')
-rw-r--r-- | sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui | 32 |
1 files changed, 7 insertions, 25 deletions
diff --git a/sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui b/sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui index e4e946e8729f..aec9a9a1c58d 100644 --- a/sc/uiconfig/scalc/ui/exponentialsmoothingdialog.ui +++ b/sc/uiconfig/scalc/ui/exponentialsmoothingdialog.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="smoothing-factor-adjustment"> <property name="upper">1</property> <property name="value">0.20000000000000001</property> @@ -13,6 +13,7 @@ <property name="can_focus">False</property> <property name="border_width">6</property> <property name="title" translatable="yes">Exponential Smoothing</property> + <property name="resizable">False</property> <property name="type_hint">dialog</property> <child internal-child="vbox"> <object class="GtkBox" id="dialog-vbox1"> @@ -44,15 +45,13 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Input Range</property> + <property name="label" translatable="yes">Input range:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">input-range-edit</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> @@ -67,8 +66,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> @@ -80,8 +77,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> @@ -89,15 +84,13 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Results to</property> + <property name="label" translatable="yes">Results to:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">output-range-edit</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> @@ -112,8 +105,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> @@ -125,8 +116,6 @@ <packing> <property name="left_attach">2</property> <property name="top_attach">1</property> - <property name="width">1</property> - <property name="height">1</property> </packing> </child> </object> @@ -198,6 +187,7 @@ <property name="expand">False</property> <property name="fill">True</property> <property name="position">2</property> + <property name="secondary">True</property> </packing> </child> </object> @@ -242,8 +232,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> @@ -260,8 +248,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> </object> @@ -310,15 +296,13 @@ <property name="visible">True</property> <property name="can_focus">False</property> <property name="xalign">0</property> - <property name="label" translatable="yes">Smoothing Factor</property> + <property name="label" translatable="yes">Smoothing factor:</property> <property name="use_underline">True</property> <property name="mnemonic_widget">smoothing-factor-spin</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> @@ -334,8 +318,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> </object> |