diff options
author | Tomaž Vajngerl <quikee@gmail.com> | 2013-07-18 22:32:22 +0200 |
---|---|---|
committer | Tomaž Vajngerl <quikee@gmail.com> | 2013-07-19 16:57:38 +0200 |
commit | ceefeb680b30908487388e4e4f9b3aa36d173a75 (patch) | |
tree | 46c817c0b5feb2c2435658ecef37444f7ae2e4fd /sc/uiconfig | |
parent | fa20e0dd67c1da8fe8653f163e0fc6743934e7ae (diff) |
Cleanup of RNG, Sampling and Descriptive Statistics Dialogs
Change-Id: I659b4bed483fc06fa5777236d6ebec22f6c7f391
Diffstat (limited to 'sc/uiconfig')
-rw-r--r-- | sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui | 17 | ||||
-rw-r--r-- | sc/uiconfig/scalc/ui/randomnumbergenerator.ui | 6 | ||||
-rw-r--r-- | sc/uiconfig/scalc/ui/samplingdialog.ui | 16 |
3 files changed, 15 insertions, 24 deletions
diff --git a/sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui b/sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui index b6040b42c2e6..2f7d1b8bfc6a 100644 --- a/sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui +++ b/sc/uiconfig/scalc/ui/descriptivestatisticsdialog.ui @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <interface> - <!-- interface-requires gtk+ 3.0 --> <!-- interface-requires LibreOffice 1.0 --> + <!-- interface-requires gtk+ 3.0 --> <object class="GtkDialog" id="DescriptiveStatisticsDialog"> <property name="can_focus">False</property> <property name="border_width">5</property> @@ -49,8 +49,8 @@ </packing> </child> <child> - <object class="GtkButton" id="cancel"> - <property name="label">gtk-cancel</property> + <object class="GtkButton" id="close"> + <property name="label">gtk-close</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -164,15 +164,6 @@ <property name="height">1</property> </packing> </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> - <child> - <placeholder/> - </child> </object> <packing> <property name="expand">False</property> @@ -185,7 +176,7 @@ <action-widgets> <action-widget response="0">apply</action-widget> <action-widget response="0">ok</action-widget> - <action-widget response="0">cancel</action-widget> + <action-widget response="0">close</action-widget> </action-widgets> </object> </interface> diff --git a/sc/uiconfig/scalc/ui/randomnumbergenerator.ui b/sc/uiconfig/scalc/ui/randomnumbergenerator.ui index e4a14b305824..dcd54ce5eda1 100644 --- a/sc/uiconfig/scalc/ui/randomnumbergenerator.ui +++ b/sc/uiconfig/scalc/ui/randomnumbergenerator.ui @@ -49,8 +49,8 @@ </packing> </child> <child> - <object class="GtkButton" id="cancel"> - <property name="label">gtk-cancel</property> + <object class="GtkButton" id="close"> + <property name="label">gtk-close</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -307,7 +307,7 @@ <action-widgets> <action-widget response="0">apply</action-widget> <action-widget response="0">ok</action-widget> - <action-widget response="0">cancel</action-widget> + <action-widget response="0">close</action-widget> </action-widgets> </object> <object class="GtkListStore" id="distribution-liststore"> diff --git a/sc/uiconfig/scalc/ui/samplingdialog.ui b/sc/uiconfig/scalc/ui/samplingdialog.ui index cd6bd2155a25..3aa0f64518d1 100644 --- a/sc/uiconfig/scalc/ui/samplingdialog.ui +++ b/sc/uiconfig/scalc/ui/samplingdialog.ui @@ -9,6 +9,11 @@ <property name="step_increment">1</property> <property name="page_increment">10</property> </object> + <object class="GtkAdjustment" id="sample-size-adjustment"> + <property name="upper">100</property> + <property name="step_increment">1</property> + <property name="page_increment">10</property> + </object> <object class="GtkDialog" id="SamplingDialog"> <property name="can_focus">False</property> <property name="border_width">5</property> @@ -56,8 +61,8 @@ </packing> </child> <child> - <object class="GtkButton" id="cancel"> - <property name="label">gtk-cancel</property> + <object class="GtkButton" id="close"> + <property name="label">gtk-close</property> <property name="visible">True</property> <property name="can_focus">True</property> <property name="receives_default">True</property> @@ -325,12 +330,7 @@ <action-widgets> <action-widget response="0">apply</action-widget> <action-widget response="0">ok</action-widget> - <action-widget response="0">cancel</action-widget> + <action-widget response="0">close</action-widget> </action-widgets> </object> - <object class="GtkAdjustment" id="sample-size-adjustment"> - <property name="upper">100</property> - <property name="step_increment">1</property> - <property name="page_increment">10</property> - </object> </interface> |