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()
|
.contained()
|
||||||
.with_style(theme.search.container)
|
.with_style(theme.search.container)
|
||||||
.aligned()
|
.aligned()
|
||||||
|
.left()
|
||||||
.top()
|
.top()
|
||||||
.flex(2., true),
|
.flex(1., true),
|
||||||
)
|
)
|
||||||
.with_child(
|
.with_child(
|
||||||
Flex::column()
|
Flex::column()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue