Adds support for the 1024x600 resolution which is used by many netbooks.
This commit is contained in:
parent
febb9da2ca
commit
fa45bda62d
1 changed files with 11 additions and 5 deletions
|
@ -522,14 +522,12 @@
|
|||
[/resolution]
|
||||
|
||||
[partialresolution]
|
||||
id=800x600
|
||||
id=1024x600
|
||||
inherits=1024x768
|
||||
width=800
|
||||
width=1024
|
||||
height=600
|
||||
|
||||
# some changes to the display to have stuff look better on 800x600
|
||||
# using a right pane with a smaller minimap to achieve this
|
||||
# use backgound with 40px less for minimap
|
||||
# use right pane with a 40px smaller minimap
|
||||
[change]
|
||||
id=top-right-panel
|
||||
image=themes/rightside-small.png
|
||||
|
@ -573,6 +571,14 @@
|
|||
font_size={DEFAULT_FONT_SMALL}
|
||||
rect="=+0,+0,=,738"
|
||||
[/change]
|
||||
[/partialresolution]
|
||||
|
||||
[partialresolution]
|
||||
id=800x600
|
||||
inherits=1024x600
|
||||
width=800
|
||||
height=600
|
||||
|
||||
# fix top pane at 800x600
|
||||
[change]
|
||||
id=turn-panel
|
||||
|
|
Loading…
Add table
Reference in a new issue