Skip to content

Commit bde8545

Browse files
committed
put the adapter popup in the center
1 parent 883083e commit bde8545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adapter.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ impl Adapter {
10571057
.constraints([
10581058
Constraint::Fill(1),
10591059
Constraint::Length(9),
1060-
Constraint::Fill(5),
1060+
Constraint::Fill(1),
10611061
])
10621062
.flex(Flex::Start)
10631063
.split(frame.area());

0 commit comments

Comments
 (0)