mirror of
https://github.com/weyne85/rustdesk.git
synced 2025-10-29 17:00:05 +00:00
adjust logo and statusbar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user