We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e30bc1 commit bdb30a2Copy full SHA for bdb30a2
1 file changed
infinitrix.py
@@ -408,7 +408,8 @@ def on_tray_activated(reason):
408
#show tray icon
409
self.tray_icon.show()
410
#show MainWindow, resize to 401x501 (bug in QT5 with resizing)
411
- self.resize(411, 501)
+ #now commented, incorrect size in Linux
412
+ #self.resize(411, 501)
413
self.showMaximized()
414
self.web.page().loadFinished.connect(self.run_js_start)
415
0 commit comments