summaryrefslogtreecommitdiff
path: root/chart2/uiconfig/ui
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-05-21 10:41:03 +0100
committerCaolán McNamara <caolanm@redhat.com>2018-05-21 16:31:44 +0200
commit8a5d6f832d675f0c02c0946e44a2ea7e6a7b1618 (patch)
tree8553955d00ca0c33f74e3d49485d21c51e8bff99 /chart2/uiconfig/ui
parent40f28cbaaaaed07362d54533e4bbfe8f870b64e4 (diff)
weld SplinePropertiesDialog
Change-Id: I1df0f2bce86da698205c5b36217f935e0e971de5 Reviewed-on: https://gerrit.libreoffice.org/54619 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'chart2/uiconfig/ui')
-rw-r--r--chart2/uiconfig/ui/smoothlinesdlg.ui29
1 files changed, 9 insertions, 20 deletions
diff --git a/chart2/uiconfig/ui/smoothlinesdlg.ui b/chart2/uiconfig/ui/smoothlinesdlg.ui
index 0fbc92995bd8..63714a4544d5 100644
--- a/chart2/uiconfig/ui/smoothlinesdlg.ui
+++ b/chart2/uiconfig/ui/smoothlinesdlg.ui
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!-- Generated with glade 3.18.3 -->
+<!-- Generated with glade 3.22.1 -->
<interface domain="chart">
<requires lib="gtk+" version="3.18"/>
<object class="GtkAdjustment" id="PolynomialsAdjustment">
@@ -21,7 +21,12 @@
<property name="border_width">6</property>
<property name="title" translatable="yes" context="smoothlinesdlg|SmoothLinesDialog">Smooth Lines</property>
<property name="modal">True</property>
+ <property name="default_width">-1</property>
+ <property name="default_height">-1</property>
<property name="type_hint">dialog</property>
+ <child>
+ <placeholder/>
+ </child>
<child internal-child="vbox">
<object class="GtkBox" id="dialog-vbox1">
<property name="can_focus">False</property>
@@ -100,9 +105,9 @@
<object class="GtkLabel" id="TypeLabel">
<property name="visible">True</property>
<property name="can_focus">False</property>
- <property name="xalign">0</property>
<property name="label" translatable="yes" context="smoothlinesdlg|TypeLabel">Line _Type:</property>
<property name="use_underline">True</property>
+ <property name="xalign">0</property>
</object>
<packing>
<property name="expand">False</property>
@@ -178,6 +183,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="halign">start</property>
+ <property name="activates_default">True</property>
<property name="adjustment">ResolutionAdjustment</property>
</object>
<packing>
@@ -190,6 +196,7 @@
<property name="visible">True</property>
<property name="can_focus">True</property>
<property name="halign">start</property>
+ <property name="activates_default">True</property>
<property name="adjustment">PolynomialsAdjustment</property>
</object>
<packing>
@@ -221,22 +228,4 @@
<action-widget response="-11">help</action-widget>
</action-widgets>
</object>
- <object class="GtkListStore" id="SplineTypeModel">
- <columns>
- <!-- column-name TypeName -->
- <column type="gchararray"/>
- <!-- column-name TypeInt -->
- <column type="gint"/>
- </columns>
- <data>
- <row>
- <col id="0" translatable="yes" context="smoothlinesdlg|SplineTypeModel">Cubic Spline</col>
- <col id="1">0</col>
- </row>
- <row>
- <col id="0" translatable="yes" context="smoothlinesdlg|SplineTypeModel">B-Spline</col>
- <col id="1">1</col>
- </row>
- </data>
- </object>
</interface>