diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-18 19:36:23 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2015-07-26 00:22:00 +0200 |
commit | c8b5979309311a0878e9fe0041423ff0620052bf (patch) | |
tree | 6d1bec3b34c73b8c3ac4d98c1f556af856efd265 /chart2/uiconfig/ui | |
parent | 3dec38c9a9fdbe56a4ff7ffb6e4b3a9e9114b0f9 (diff) |
finish error bar panel
Change-Id: I954b858ea76c949fe3e5de15e3ed45a7aba6bb2d
Diffstat (limited to 'chart2/uiconfig/ui')
-rw-r--r-- | chart2/uiconfig/ui/sidebarerrorbar.ui | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/chart2/uiconfig/ui/sidebarerrorbar.ui b/chart2/uiconfig/ui/sidebarerrorbar.ui index 12a112681550..252009efbc92 100644 --- a/chart2/uiconfig/ui/sidebarerrorbar.ui +++ b/chart2/uiconfig/ui/sidebarerrorbar.ui @@ -32,7 +32,7 @@ </packing> </child> <child> - <object class="GtkComboBoxText" id="comboboxtext1"> + <object class="GtkComboBoxText" id="comboboxtext_type"> <property name="visible">True</property> <property name="can_focus">False</property> <items> @@ -120,10 +120,31 @@ </packing> </child> <child> - <placeholder/> + <object class="GtkSpinButton" id="spinbutton_pos"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="max_width_chars">1</property> + <property name="climb_rate">1</property> + <property name="digits">2</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">2</property> + </packing> </child> <child> - <placeholder/> + <object class="GtkSpinButton" id="spinbutton_neg"> + <property name="visible">True</property> + <property name="can_focus">True</property> + <property name="progress_fraction">0.019999999552965164</property> + <property name="input_purpose">alpha</property> + <property name="climb_rate">1</property> + <property name="digits">2</property> + </object> + <packing> + <property name="left_attach">1</property> + <property name="top_attach">3</property> + </packing> </child> <child> <placeholder/> |