This commit is contained in:
parent
70507e442b
commit
8b56a1a271
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ stdout.println("current platform:", OS);
|
|||
stdout.println("is_xfce: ", is_xfce);
|
||||
|
||||
// html min-width, min-height not working on mac, below works for all
|
||||
view.windowMinSize = (scaleIt(500), scaleIt(300));
|
||||
view.windowMinSize = (scaleIt(560), scaleIt(300));
|
||||
|
||||
var app;
|
||||
var tmp = handler.get_connect_status();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue