Skip to content

Commit 44af034

Browse files
committed
update search filter appearance
use colored button for better visibility
1 parent 15329c2 commit 44af034

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

ui/main.ui

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,6 @@
243243
<object class="GtkBox" id="header_box_search">
244244
<property name="visible">True</property>
245245
<property name="can_focus">False</property>
246-
<property name="spacing">6</property>
247246
<child>
248247
<object class="GtkButton" id="header_button_filter">
249248
<property name="label" translatable="yes">Filter</property>
@@ -252,7 +251,7 @@
252251
<property name="receives_default">False</property>
253252
<property name="no_show_all">True</property>
254253
<style>
255-
<class name="header-label"/>
254+
<class name="suggested-action"/>
256255
</style>
257256
</object>
258257
<packing>
@@ -279,6 +278,9 @@
279278
<property name="position">1</property>
280279
</packing>
281280
</child>
281+
<style>
282+
<class name="linked"/>
283+
</style>
282284
</object>
283285
<packing>
284286
<property name="pack_type">end</property>

0 commit comments

Comments
 (0)