summaryrefslogtreecommitdiff
path: root/cvg.ui
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2012-05-25 08:31:00 +0200
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2012-05-25 08:45:39 +0200
commit489a21b927c312fc09ad6eea4c98e596f29cec2b (patch)
tree1f1fc347bdcecef9406d62781b6b912165d30463 /cvg.ui
parent41146c8902beeefb1cc166c612d5d7f855848c08 (diff)
downloadcv-489a21b927c312fc09ad6eea4c98e596f29cec2b.tar.gz
cv-489a21b927c312fc09ad6eea4c98e596f29cec2b.tar.bz2
cv-489a21b927c312fc09ad6eea4c98e596f29cec2b.zip
cvg: Replace gauss button with a GtkComboxBox
Diffstat (limited to 'cvg.ui')
-rw-r--r--cvg.ui16
1 files changed, 8 insertions, 8 deletions
diff --git a/cvg.ui b/cvg.ui
index 302711d..15c4e8b 100644
--- a/cvg.ui
+++ b/cvg.ui
@@ -76,15 +76,15 @@
</packing>
</child>
<child>
- <object class="GtkButton" id="gauss">
- <property name="label" translatable="yes">Gauss-Filter</property>
- <property name="use_action_appearance">False</property>
+ <object class="GtkComboBoxText" id="comboboxtext1">
<property name="visible">True</property>
- <property name="can_focus">True</property>
- <property name="receives_default">True</property>
- <property name="hexpand">True</property>
- <property name="use_action_appearance">False</property>
- <signal name="clicked" handler="on_gauss_button_click" swapped="no"/>
+ <property name="can_focus">False</property>
+ <property name="entry_text_column">0</property>
+ <items>
+ <item>None</item>
+ <item>Gauss</item>
+ </items>
+ <signal name="changed" handler="method_set" swapped="no"/>
</object>
<packing>
<property name="left_attach">1</property>