mirror of
https://github.com/rustdesk/rustdesk.git
synced 2025-08-20 05:21:36 +08:00
Fix. Custom client, ui bugs (#7405)
* Fix. Custom client, ui bugs Signed-off-by: fufesou <shuanglongchen@yeah.net> * trivial Signed-off-by: fufesou <shuanglongchen@yeah.net> --------- Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
@ -3122,8 +3122,8 @@ Widget loadIcon(double size) {
|
||||
|
||||
var imcomingOnlyHomeSize = Size(280, 300);
|
||||
Size getIncomingOnlyHomeSize() {
|
||||
final magicWidth = Platform.isWindows ? 11.0 : 0.0;
|
||||
final magicHeight = 8.0;
|
||||
final magicWidth = Platform.isWindows ? 11.0 : 2.0;
|
||||
final magicHeight = 10.0;
|
||||
return imcomingOnlyHomeSize +
|
||||
Offset(magicWidth, kDesktopRemoteTabBarHeight + magicHeight);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user