mirror of
https://github.com/rustdesk/rustdesk.git
synced 2026-03-29 16:11:01 +03: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