use fixed xanchor values instead of proportional
This commit is contained in:
parent
65026b2b14
commit
8b9f08da2a
1 changed files with 16 additions and 16 deletions
|
@ -140,35 +140,35 @@
|
|||
image=themes/status-bg.png
|
||||
ref=actions-menu
|
||||
rect="+35,=+1,+105,+19"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
[panel]
|
||||
id=villages-panel
|
||||
image=themes/status-bg.png
|
||||
rect="+5,=,+95,="
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
[panel]
|
||||
id=units-panel
|
||||
image=themes/status-bg.png
|
||||
rect="+5,=,+95,="
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
[panel]
|
||||
id=upkeep-panel
|
||||
image=themes/status-bg.png
|
||||
rect="+5,=,+105,="
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
[panel]
|
||||
id=income-panel
|
||||
image=themes/status-bg.png
|
||||
rect="+5,=,+90,="
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
|
||||
|
@ -199,7 +199,7 @@
|
|||
text= _ "gold"
|
||||
ref=gold-panel
|
||||
rect="=+5,=+1,+17,+17"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/label]
|
||||
[label]
|
||||
|
@ -208,7 +208,7 @@
|
|||
text= _ "villages"
|
||||
ref=villages-panel
|
||||
rect="=+5,=+1,+17,+17"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/label]
|
||||
[label]
|
||||
|
@ -217,7 +217,7 @@
|
|||
text= _ "units"
|
||||
ref=units-panel
|
||||
rect="=+5,=+1,+17,+17"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/label]
|
||||
[label]
|
||||
|
@ -226,7 +226,7 @@
|
|||
text= _ "upkeep"
|
||||
ref=upkeep-panel
|
||||
rect="=+5,=+1,+32,+17"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/label]
|
||||
[label]
|
||||
|
@ -235,7 +235,7 @@
|
|||
text= _ "income"
|
||||
ref=income-panel
|
||||
rect="=+5,=+1,+32,+17"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/label]
|
||||
|
||||
|
@ -274,7 +274,7 @@
|
|||
font_size={EXPERIMENTAL_FONT_SMALL}
|
||||
ref=gold-icon
|
||||
rect="+4,=+1,+75,+16"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
prefix=
|
||||
prefix_literal=""
|
||||
|
@ -284,7 +284,7 @@
|
|||
font_size={EXPERIMENTAL_FONT_SMALL}
|
||||
ref=villages-icon
|
||||
rect="+4,=+1,+65,+16"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
prefix=
|
||||
prefix_literal=""
|
||||
|
@ -294,7 +294,7 @@
|
|||
font_size={EXPERIMENTAL_FONT_SMALL}
|
||||
ref=units-icon
|
||||
rect="+4,=+1,+65,+16"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
prefix=
|
||||
prefix_literal=""
|
||||
|
@ -304,7 +304,7 @@
|
|||
font_size={EXPERIMENTAL_FONT_SMALL}
|
||||
ref=upkeep-icon
|
||||
rect="+4,=+1,+60,+16"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
prefix=
|
||||
prefix_literal=""
|
||||
|
@ -314,7 +314,7 @@
|
|||
font_size={EXPERIMENTAL_FONT_SMALL}
|
||||
ref=income-icon
|
||||
rect="+4,=+1,+45,+16"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
prefix=
|
||||
prefix_literal=""
|
||||
|
@ -327,7 +327,7 @@
|
|||
ref=actions-menu
|
||||
font_size={EXPERIMENTAL_FONT_SMALL}
|
||||
rect="+9,=+3,+16,+16"
|
||||
xanchor=proportional
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/observers]
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue