Align "Select all" to the center

This commit is contained in:
Piotr Osiewicz 2023-08-14 12:31:11 +02:00
parent 94ac84a908
commit ae229d4c52

View File

@ -247,9 +247,9 @@ impl View for BufferSearchBar {
.align_children_center()
.with_child(
Flex::row()
.align_children_center()
.with_child(
Flex::row()
.align_children_center()
.with_child(
Svg::for_style(icon_style.icon)
.contained()