Add 1024x600 and 1366x768 to standard resolution.

develop
Mike Hiretsky 14 years ago
parent 00f58d5a1a
commit 187878e777

Binary file not shown.

@ -499,9 +499,11 @@ class fillVars(varsShare):
return ""
width = int(widthVal)
height = int(heightVal)
res = [(1024,768),
res = [(1024,600),
(1024,768),
(1280,1024),
(1280,800),
(1366,768),
(1440,900),
(1600,1200),
(1680,1050),

Loading…
Cancel
Save