Ported the theme fixes to trunk.
This commit is contained in:
parent
21a2261b1a
commit
9882014c8d
1 changed files with 3 additions and 18 deletions
|
@ -495,9 +495,9 @@
|
|||
id=unit-weapons
|
||||
font_size={DEFAULT_FONT_SMALL}
|
||||
ref=unit-moves
|
||||
rect="=,+0,=,730"
|
||||
rect="=+0,+0,=,730"
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
yanchor=top
|
||||
[/unit_weapons]
|
||||
[unit_status]
|
||||
id=unit-status
|
||||
|
@ -514,20 +514,6 @@
|
|||
|
||||
# make sure not to use those if tinygui is set, otherwise it will look strange (it will look strange starting at 1024x768 this way)
|
||||
#ifndef TINY
|
||||
[partialresolution]
|
||||
id=1000x620
|
||||
inherits=1024x768
|
||||
width=1000
|
||||
height=620
|
||||
# adjust allowed heigth for displaying weapon stuff, otherwise the weapon names might appear on top of the end turn button
|
||||
[change]
|
||||
id=unit-weapons
|
||||
ref=unit-moves
|
||||
font_size={DEFAULT_FONT_SMALL}
|
||||
rect="=,+0,=,585"
|
||||
[/change]
|
||||
[/partialresolution]
|
||||
|
||||
[partialresolution]
|
||||
id=800x600
|
||||
inherits=1024x768
|
||||
|
@ -578,9 +564,8 @@
|
|||
id=unit-weapons
|
||||
ref=unit-moves
|
||||
font_size={DEFAULT_FONT_SMALL}
|
||||
rect="=,+0,=,575"
|
||||
rect="=+0,+0,=,738"
|
||||
[/change]
|
||||
|
||||
# fix top pane at 800x600
|
||||
[change]
|
||||
id=turn-panel
|
||||
|
|
Loading…
Add table
Reference in a new issue