Align search bar in the middle
This commit is contained in:
parent
fcefb37ca0
commit
2c0e3886a5
1 changed files with 2 additions and 1 deletions
|
@ -1950,8 +1950,9 @@ impl View for ProjectSearchBar {
|
|||
.contained()
|
||||
.with_style(theme.search.container)
|
||||
.aligned()
|
||||
.left()
|
||||
.top()
|
||||
.flex(2., true),
|
||||
.flex(1., true),
|
||||
)
|
||||
.with_child(
|
||||
Flex::column()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue