1
0
mirror of https://github.com/dkmstr/openuds.git synced 2025-01-10 01:17:59 +03:00

Added missing resolutions to select in preferences screen

This commit is contained in:
Adolfo Gómez García 2015-01-15 18:14:07 +01:00
parent cf6602033d
commit bd98349dc4

View File

@ -273,6 +273,8 @@ class CommonPrefs(object):
values=((SZ_640x480, '640x480'),
(SZ_800x600, '800x600'),
(SZ_1024x768, '1024x768'),
(SZ_1366x768, '1366x768'),
(SZ_1920x1080, '1920x1080'),
(SZ_FULLSCREEN, ugettext_lazy('Full Screen')))
)
depthPref = UserChoicePreference(name=DEPTH_PREF, label=ugettext_lazy('Screen colors'),