This commit is contained in:
parent
cb51db8f6f
commit
ef7b8f3460
1 changed files with 1 additions and 4 deletions
|
|
@ -1734,10 +1734,7 @@ impl cosmic::Application for App {
|
|||
|
||||
let main_area = self.editor_mode.as_ref().map_or_else(
|
||||
|| Container::new(service_row).center_y(Length::Fill),
|
||||
|_| {
|
||||
container(editor)
|
||||
.padding(cosmic::theme::spacing().space_xxl)
|
||||
},
|
||||
|_| container(editor).padding(space_s),
|
||||
);
|
||||
|
||||
let column = column![
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue