Skip to content
Snippets Groups Projects
Commit 473a5022 authored by Egli Adrian (IT-SCI-API-PFI)'s avatar Egli Adrian (IT-SCI-API-PFI)
Browse files

.

parent c4e002cc
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,8 @@ class PILGL(GraphicsLayer):
self.screen_height = 600
if platform.system() == "Windows" or platform.system() == "Linux":
self.screen_width = 9999
self.screen_height = 9999
for m in get_monitors():
self.screen_height = min(self.screen_height, m.height)
self.screen_width = min(self.screen_width, m.width)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment