Skip to content

Commit

Permalink
fix(advanced-search): focus ring on checkboxes not being centered (#1083
Browse files Browse the repository at this point in the history
)
  • Loading branch information
GeopJr authored Aug 10, 2024
1 parent 6c917b7 commit c926fb9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/ui/dialogs/advanced_search.ui
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@
<property name="activatable-widget">all_radio</property>
<child type="prefix">
<object class="GtkCheckButton" id="all_radio">
<property name="valign">center</property>
<style>
<class name="selection-mode" />
</style>
Expand All @@ -143,6 +144,7 @@
<child type="prefix">
<object class="GtkCheckButton" id="library_radio">
<property name="group">all_radio</property>
<property name="valign">center</property>
<style>
<class name="selection-mode" />
</style>
Expand All @@ -157,6 +159,7 @@
<child type="prefix">
<object class="GtkCheckButton" id="public_radio">
<property name="group">all_radio</property>
<property name="valign">center</property>
<style>
<class name="selection-mode" />
</style>
Expand Down

0 comments on commit c926fb9

Please sign in to comment.