Align "Select all" to the center
This commit is contained in:
parent
94ac84a908
commit
ae229d4c52
1 changed files with 1 additions and 1 deletions
|
@ -247,9 +247,9 @@ impl View for BufferSearchBar {
|
||||||
.align_children_center()
|
.align_children_center()
|
||||||
.with_child(
|
.with_child(
|
||||||
Flex::row()
|
Flex::row()
|
||||||
|
.align_children_center()
|
||||||
.with_child(
|
.with_child(
|
||||||
Flex::row()
|
Flex::row()
|
||||||
.align_children_center()
|
|
||||||
.with_child(
|
.with_child(
|
||||||
Svg::for_style(icon_style.icon)
|
Svg::for_style(icon_style.icon)
|
||||||
.contained()
|
.contained()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue