start to use syntax relative positionning in default theme
This commit is contained in:
parent
99f4897616
commit
61dbb61df0
1 changed files with 10 additions and 10 deletions
|
@ -23,7 +23,7 @@ height=768
|
|||
title= _ "Menu"
|
||||
image=lite
|
||||
items=objectives,statistics,unitlist,separator,statustable,save,load,preferences,chatlog,help,quit
|
||||
rect=3,1,103,22
|
||||
rect=3,1,+100,+21
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/menu]
|
||||
|
@ -32,7 +32,7 @@ height=768
|
|||
title= _ "Actions"
|
||||
image=lite
|
||||
items=undo,redo,cycle,speak,recruit,recall,showenemymoves,bestenemymoves,delayshroud,updateshroud,endturn
|
||||
rect=105,1,205,22
|
||||
rect=+2,=,+100,=
|
||||
xanchor=fixed
|
||||
yanchor=fixed
|
||||
[/menu]
|
||||
|
@ -58,7 +58,7 @@ height=768
|
|||
yanchor=fixed
|
||||
[/panel]
|
||||
[mini_map]
|
||||
rect=892,32,1017,175
|
||||
rect==+10,=+7,=-7,175
|
||||
xanchor=right
|
||||
yanchor=fixed
|
||||
[/mini_map]
|
||||
|
@ -70,7 +70,7 @@ height=768
|
|||
[/panel]
|
||||
[panel]
|
||||
image=misc/rightside-bottom.png
|
||||
rect=882,730,0,768
|
||||
rect==,730,0,768
|
||||
xanchor=right
|
||||
yanchor=bottom
|
||||
[/panel]
|
||||
|
@ -85,37 +85,37 @@ height=768
|
|||
|
||||
[panel]
|
||||
image=misc/status-bg.png
|
||||
rect=210,2,305,21
|
||||
rect=210,2,+95,+19
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
[panel]
|
||||
image=misc/status-bg.png
|
||||
rect=310,2,405,21
|
||||
rect=+5,=,+95,=
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
[panel]
|
||||
image=misc/status-bg.png
|
||||
rect=410,2,495,21
|
||||
rect=+5,=,+85,=
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
[panel]
|
||||
image=misc/status-bg.png
|
||||
rect=500,2,585,21
|
||||
rect=+5,=,+85,=
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
[panel]
|
||||
image=misc/status-bg.png
|
||||
rect=590,2,675,21
|
||||
rect=+5,=,+85,=
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
[panel]
|
||||
image=misc/status-bg.png
|
||||
rect=680,2,765,21
|
||||
rect=+5,=,+85,=
|
||||
xanchor=proportional
|
||||
yanchor=fixed
|
||||
[/panel]
|
||||
|
|
Loading…
Add table
Reference in a new issue