feat: add cosmic::theme::spacing()
This commit is contained in:
parent
2afa192573
commit
ab887aeeac
2 changed files with 9 additions and 1 deletions
|
|
@ -205,6 +205,7 @@ impl cosmic::Application for App {
|
|||
.on_input(Message::Input2)
|
||||
.on_clear(Message::Ignore),
|
||||
]
|
||||
.spacing(cosmic::theme::spacing().space_s)
|
||||
.width(iced::Length::Fill)
|
||||
.height(iced::Length::Shrink)
|
||||
.align_x(iced::Alignment::Center),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue