mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 10:21:55 +03:00
project_search: Swap places of case-sens/whole-word
This commit is contained in:
parent
b586601cab
commit
9121178ba0
@ -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(),
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user