Skip to content

Commit

Permalink
gui2/preferences: Streamline filter options on the Hotkeys page
Browse files Browse the repository at this point in the history
Categories vs. Filter both deal with filtering -- the only difference is
that categories has a broader scope than the name-based filtering, with
the latter being applied to results for the selected categories. We
don't need two rows for both.
  • Loading branch information
irydacea committed Feb 20, 2021
1 parent 4d8cff6 commit 38af14f
Showing 1 changed file with 1 addition and 18 deletions.
19 changes: 1 addition & 18 deletions data/gui/window/preferences/02_hotkeys.cfg
Expand Up @@ -22,7 +22,7 @@

[label]
definition = "default"
label = _ "Categories:"
label = _ "Filter:"
[/label]
[/column]

Expand All @@ -39,26 +39,9 @@
[/multimenu_button]
[/column]

[/row]

[row]

[column]
grow_factor = 0
border = "all"
border_size = 5

[label]
definition = "default"
label = _ "Filter:"
[/label]
[/column]

[column]
grow_factor = 1
border = "all"
border_size = 5
horizontal_grow = true

[text_box]
id = "filter"
Expand Down

0 comments on commit 38af14f

Please sign in to comment.