Skip to content

Commit 8448a24

Browse files
committed
about view padding
1 parent 08f27e7 commit 8448a24

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

RustApp/src/ui/view.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,5 +448,7 @@ static ABOUT: LazyLock<About> = LazyLock::new(|| {
448448
});
449449

450450
pub fn about_window() -> Element<'static, AppMsg> {
451-
widget::about(&ABOUT, AppMsg::LinkClicked)
451+
container(widget::about(&ABOUT, AppMsg::LinkClicked))
452+
.padding(20)
453+
.into()
452454
}

0 commit comments

Comments
 (0)