add padding + margin
This commit is contained in:
parent
e9a9dad037
commit
b1c6ab8b7d
7 changed files with 230 additions and 22 deletions
|
@ -69,10 +69,10 @@ impl UIWidget for AppBarWidget {
|
|||
.justify(Justify::Between)
|
||||
.items_center(),
|
||||
)
|
||||
.x(6),
|
||||
.x(ScreenValue::_6),
|
||||
),
|
||||
)))
|
||||
.y(2)
|
||||
.y(ScreenValue::_2)
|
||||
.render()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue