project_search: Swap places of case-sens/whole-word
This commit is contained in:
parent
b586601cab
commit
9121178ba0
1 changed files with 1 additions and 1 deletions
|
@ -1488,8 +1488,8 @@ impl View for ProjectSearchBar {
|
||||||
.with_child(
|
.with_child(
|
||||||
Flex::row()
|
Flex::row()
|
||||||
.with_child(filter_button)
|
.with_child(filter_button)
|
||||||
.with_children(whole_word)
|
|
||||||
.with_children(case_sensitive)
|
.with_children(case_sensitive)
|
||||||
|
.with_children(whole_word)
|
||||||
.flex(1., true)
|
.flex(1., true)
|
||||||
.contained(),
|
.contained(),
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue