fixup! Port UI to GTK 4

This commit is contained in:
coderkun 2024-04-10 13:23:20 +02:00
commit 7e21110f0a
4 changed files with 45 additions and 35 deletions

View file

@ -150,10 +150,6 @@
<property name="search-mode-enabled" bind-source="toolbar_search_bar" bind-property="active" bind-flags="sync-create"/>
<child>
<object class="GtkSearchEntry" id="filter_entry">
<!--
<property name="primary-icon-activatable">False</property>
<property name="primary-icon-sensitive">False</property>
-->
<property name="placeholder-text" translatable="yes">search library</property>
<signal name="search-changed" handler="on_filter_entry_changed" swapped="no"/>
</object>