adjust logo and statusbar

This commit is contained in:
rustdesk
2024-03-15 09:04:49 +08:00
parent 411384f0e7
commit 2bbc13ccf6
2 changed files with 18 additions and 21 deletions

View File

@@ -3103,7 +3103,7 @@ Widget? loadLogo() {
return Container(
constraints: BoxConstraints(maxWidth: 300, maxHeight: 60),
child: image,
).marginOnly(bottom: 16);
).marginOnly(left: 12, right: 12, top: 12);
} else {
return null;
}