fix searchbar

parent addbc84e
...@@ -53,13 +53,13 @@ ...@@ -53,13 +53,13 @@
<object class="GtkBox" id="main_box"> <object class="GtkBox" id="main_box">
<property name="orientation">vertical</property> <property name="orientation">vertical</property>
<child> <child>
<object class="AdwClamp">
<property name="maximum-size">420</property>
<child>
<object class="GtkSearchBar" id="search_bar"> <object class="GtkSearchBar" id="search_bar">
<property name="search-mode-enabled" bind-source="search_toggle_button" bind-property="active" bind-flags="sync-create|bidirectional"/> <property name="search-mode-enabled" bind-source="search_toggle_button" bind-property="active" bind-flags="sync-create|bidirectional"/>
<property name="key-capture-widget">main_box</property> <property name="key-capture-widget">main_box</property>
<child> <child>
<object class="AdwClamp">
<property name="maximum-size">480</property>
<child>
<object class="GtkBox"> <object class="GtkBox">
<style> <style>
<class name="linked"/> <class name="linked"/>
...@@ -87,29 +87,6 @@ ...@@ -87,29 +87,6 @@
</object> </object>
</child> </child>
</object> </object>
<!-- <object class="GtkBox">
<child>
</child>
<child>
<object class="GtkDropDown" id="search_dropdown">
<property name="model">
<object class="GtkStringList">
<items>
<item translatable="yes">All</item>
<item translatable="yes">Installed</item>
<item translatable="yes">Uninstalled</item>
<item translatable="yes">Changed</item>
</items>
</object>
</property>
<property name="halign">end</property>
</object>
</child>
<style>
<class name="linked"/>
</style>
</object> -->
</child> </child>
</object> </object>
</child> </child>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment