Fixed a top panel glitch in the dfool theme.
This commit is contained in:
parent
d2589238c8
commit
d755612b8f
1 changed files with 19 additions and 19 deletions
|
@ -172,28 +172,28 @@
|
|||
id=villages-panel
|
||||
image=themes/status-bg.png
|
||||
rect="+5,=,+85,="
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
[panel]
|
||||
id=income-panel
|
||||
image=themes/status-bg.png
|
||||
rect="+5,=,+85,="
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
[panel]
|
||||
id=gold-panel
|
||||
image=themes/status-bg.png
|
||||
rect="+5,=,+85,="
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
[panel]
|
||||
id=upkeep-panel
|
||||
image=themes/status-bg.png
|
||||
rect="+5,=,+85,="
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
|
||||
|
@ -201,7 +201,7 @@
|
|||
id=units-panel
|
||||
image=themes/status-bg.png
|
||||
rect="+5,=,+85,="
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
|
||||
|
@ -261,7 +261,7 @@
|
|||
text= _ "gold"
|
||||
ref=gold-panel
|
||||
rect="=+5,=+1,+17,+17"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/label]
|
||||
[label]
|
||||
|
@ -270,7 +270,7 @@
|
|||
text= _ "villages"
|
||||
ref=villages-panel
|
||||
rect="=+5,=+1,+17,+17"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/label]
|
||||
[label]
|
||||
|
@ -279,7 +279,7 @@
|
|||
text= _ "units"
|
||||
ref=units-panel
|
||||
rect="=+5,=+1,+17,+17"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/label]
|
||||
[label]
|
||||
|
@ -288,7 +288,7 @@
|
|||
text= _ "upkeep"
|
||||
ref=upkeep-panel
|
||||
rect="=+5,=+1,+32,+17"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/label]
|
||||
[label]
|
||||
|
@ -297,7 +297,7 @@
|
|||
text= _ "income"
|
||||
ref=income-panel
|
||||
rect="=+5,=+1,+32,+17"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/label]
|
||||
|
||||
|
@ -335,7 +335,7 @@
|
|||
font_size=12
|
||||
ref=gold-icon
|
||||
rect="+4,=,+65,+16"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
prefix=
|
||||
prefix_literal=""
|
||||
|
@ -345,7 +345,7 @@
|
|||
font_size=12
|
||||
ref=villages-icon
|
||||
rect="+4,=,+55,+16"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
prefix=
|
||||
prefix_literal=""
|
||||
|
@ -355,7 +355,7 @@
|
|||
font_size=12
|
||||
ref=units-icon
|
||||
rect="+4,=,+55,+16"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
prefix=
|
||||
prefix_literal=""
|
||||
|
@ -365,7 +365,7 @@
|
|||
font_size=12
|
||||
ref=upkeep-icon
|
||||
rect="+4,=,+40,+16"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
prefix=
|
||||
prefix_literal=""
|
||||
|
@ -375,7 +375,7 @@
|
|||
font_size=12
|
||||
ref=income-icon
|
||||
rect="+4,=,+40,+16"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
prefix=
|
||||
prefix_literal=""
|
||||
|
@ -385,8 +385,8 @@
|
|||
|
||||
[observers]
|
||||
ref=observer-panel
|
||||
rect="=+5,=+1,+32,+16 "
|
||||
xanchor=proportional
|
||||
rect="=+5,=+1,+32,+16 "
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
id=observers
|
||||
font_size=12
|
||||
|
@ -492,8 +492,8 @@
|
|||
font_size=12
|
||||
ref=label-mp
|
||||
rect="=,+0,=+2,+16"
|
||||
# prefix= _ "statuspanel^movement"
|
||||
# prefix_literal=": "
|
||||
# prefix= _ "statuspanel^movement"
|
||||
# prefix_literal=": "
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/unit_moves]
|
||||
|
|
Loading…
Add table
Reference in a new issue