A few resolutions in the dropdown in the prefrences panel were not being parsed correctly. Use standard 'x' instead of '×'
This commit is contained in:
@@ -13,10 +13,10 @@
|
||||
<combo_item name="1280x800" value="1280 x 800">1280x800</combo_item>
|
||||
<combo_item name="1440x900" value="1440 x 900">1440x900</combo_item>
|
||||
<combo_item name="1600x900" value="1600 x 900">1600x900 (HD+)</combo_item>
|
||||
<combo_item name="1680×1050" value="1680 × 1050">1680×1050</combo_item>
|
||||
<combo_item name="1680x1050" value="1680 x 1050">1680x1050</combo_item>
|
||||
<combo_item name="1440x1080" value="1440 x 1080">1440x1080 (HDV1080)</combo_item>
|
||||
<combo_item name="1920x1080" value="1920 x 1080">1920x1080 (Full-HD)</combo_item>
|
||||
<combo_item name="2560×1440" value="2560 × 1440">2560×1440</combo_item>
|
||||
<combo_item name="2560x1440" value="2560 x 1440">2560x1440</combo_item>
|
||||
</combo_box>
|
||||
<text bottom="-62" height="12" left="10" name="DisplayResLabel">Display Resolution:</text>
|
||||
<combo_box bottom="-67" height="18" left="165" name="fullscreen combo" width="150"/>
|
||||
|
||||
@@ -31,10 +31,10 @@
|
||||
1440x900
|
||||
</combo_item>
|
||||
<combo_item name="1600x900">
|
||||
1600x900 (HD+)
|
||||
</combo_item>
|
||||
<combo_item name="1680×1050">
|
||||
1680×1050
|
||||
1600x900 (HD+)
|
||||
</combo_item>
|
||||
<combo_item name="1680x1050">
|
||||
1680x1050
|
||||
</combo_item>
|
||||
<combo_item name="1440x1080">
|
||||
1440x1080 (HDV1080)
|
||||
@@ -42,8 +42,8 @@
|
||||
<combo_item name="1920x1080">
|
||||
1920x1080 (Full-HD)
|
||||
</combo_item>
|
||||
<combo_item name="2560×1440">
|
||||
2560×1440
|
||||
<combo_item name="2560x1440">
|
||||
2560x1440
|
||||
</combo_item>
|
||||
</combo_box>
|
||||
<text name="DisplayResLabel">
|
||||
|
||||
Reference in New Issue
Block a user