This commit is contained in:
Ashley Wulber 2026-02-03 16:45:44 -05:00
parent a489a6b790
commit e2918e0de9
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
19 changed files with 9291 additions and 60 deletions

View file

@ -445,7 +445,7 @@ where
{
let controls = row![
button(text("Cancel").center().width(Fill))
.width(100)
.width(100u16)
.on_press(Message::CancelSetup)
.style(button::danger),
space::horizontal(),
@ -457,7 +457,7 @@ where
.center()
.width(Fill)
)
.width(100)
.width(100u16)
.on_press(Message::InstallComet)
.style(button::success),
];
@ -544,7 +544,7 @@ where
)
.spacing(10)
.width(Fill)
.height(300)
.height(300u16)
.anchor_bottom(),
)
.padding(10)