Skip to content

Commit a091db3

Browse files
committed
Reduce default resoution for example project
1 parent 67e16e1 commit a091db3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/settings.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
WINDOW = {
1111
"class": "demosys.context.pyqt.Window",
12-
"size": (1920, 1080),
12+
"size": (1280, 720),
1313
"aspect_ratio": 16 / 9,
1414
"fullscreen": False,
1515
"resizable": False,

0 commit comments

Comments
 (0)