summaryrefslogtreecommitdiff
path: root/src/resources/gtk/search-engine-listbox.ui
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/gtk/search-engine-listbox.ui')
-rw-r--r--src/resources/gtk/search-engine-listbox.ui17
1 files changed, 11 insertions, 6 deletions
diff --git a/src/resources/gtk/search-engine-listbox.ui b/src/resources/gtk/search-engine-listbox.ui
index 89091aea3..50a82fd47 100644
--- a/src/resources/gtk/search-engine-listbox.ui
+++ b/src/resources/gtk/search-engine-listbox.ui
@@ -1,12 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<requires lib="gtk+" version="3.20"/>
- <template class="EphySearchEngineListBox" parent="GtkListBox">
+ <template class="EphySearchEngineListBox" parent="GtkBin">
<property name="visible">True</property>
- <property name="selection-mode">none</property>
- <signal name="row-activated" handler="on_add_search_engine_row_clicked_cb"/>
- <style>
- <class name="content"/>
- </style>
+ <child>
+ <object class="GtkListBox" id="list">
+ <property name="visible">True</property>
+ <property name="selection-mode">none</property>
+ <signal name="row-activated" handler="on_add_search_engine_row_clicked_cb" swapped="yes"/>
+ <style>
+ <class name="content"/>
+ </style>
+ </object>
+ </child>
</template>
</interface>