diff --git a/dist/vdiclient.json b/dist/vdiclient.json index 1a83da0..2853b15 100644 --- a/dist/vdiclient.json +++ b/dist/vdiclient.json @@ -1,6 +1,6 @@ { "upgrade_guid" : "46cbad92-353e-4b28-9bee-83950991dad8", - "version" : "2.0.1", + "version" : "2.0.2", "product_name" : "VDI Client", "manufacturer" : "Josh Patten", "name" : "VDI Client", diff --git a/vdiclient.py b/vdiclient.py index f256547..605be30 100644 --- a/vdiclient.py +++ b/vdiclient.py @@ -515,7 +515,7 @@ def setvmlayout(vms): def iniwin(inistring): inilayout = [ - [sg.Multiline(default_text=inistring, size=(800*G.scaling, 600*G.scaling))] + [sg.Multiline(default_text=inistring, size=(100, 40))] ] iniwindow = sg.Window('INI debug', inilayout) while True: