Dark magic of ThemeWML had eaten some tooltips of the status bar.
Something like you must provide enough space to fit the inner parts, (but it seems that if you don't do it, in some cases it will work. Just to be sure that you don't understand the reason)
This commit is contained in:
parent
2fecdd88ad
commit
4350408f06
1 changed files with 5 additions and 5 deletions
|
@ -129,35 +129,35 @@ height=768
|
|||
[panel]
|
||||
id=gold-panel
|
||||
image=misc/status-bg.png
|
||||
rect="+5,=,+70,="
|
||||
rect="+5,=,+71,="
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
[panel]
|
||||
id=villages-panel
|
||||
image=misc/status-bg.png
|
||||
rect="+5,=,+70,="
|
||||
rect="+5,=,+71,="
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
[panel]
|
||||
id=units-panel
|
||||
image=misc/status-bg.png
|
||||
rect="+5,=,+70,="
|
||||
rect="+5,=,+71,="
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
[panel]
|
||||
id=upkeep-panel
|
||||
image=misc/status-bg.png
|
||||
rect="+5,=,+79,="
|
||||
rect="+5,=,+80,="
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
[panel]
|
||||
id=income-panel
|
||||
image=misc/status-bg.png
|
||||
rect="+5,=,+79,="
|
||||
rect="+5,=,+80,="
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
|
|
Loading…
Add table
Reference in a new issue