project_search: Swap places of case-sens/whole-word

This commit is contained in:
Piotr Osiewicz 2023-08-14 11:59:42 +02:00
parent b586601cab
commit 9121178ba0

View File

@ -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(),
)