forked from GambitER/GUIFlash
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Replace the code to take into account interface scaling in 4k mode:
def resize(self):
if self.ui is not None:
width, height = GUI.screenResolution()
scale = ServicesLocator.settingsCore.interfaceScale.get()
self.ui.as_resizeS(int(width / float(scale)), int(height / float(scale)))
Metadata
Metadata
Assignees
Labels
No labels