project_search: Swap places of case-sens/whole-word
This commit is contained in:
@@ -1488,8 +1488,8 @@ impl View for ProjectSearchBar {
|
||||
.with_child(
|
||||
Flex::row()
|
||||
.with_child(filter_button)
|
||||
.with_children(whole_word)
|
||||
.with_children(case_sensitive)
|
||||
.with_children(whole_word)
|
||||
.flex(1., true)
|
||||
.contained(),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user