summaryrefslogtreecommitdiff
path: root/cvg.ui
diff options
context:
space:
mode:
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>