fixed replay theme to be usable at smaller resolutions, too...

(eg 400px horizontal should now be enough to display everything, the
main problem is the checkbox "skip animations", it will reach into the
minimap)
This commit is contained in:
Nils Kneuper 2008-02-13 19:51:48 +00:00
parent 2b16a2e6ef
commit ffc7b4a7b4

View file

@ -58,7 +58,7 @@
id=replay-label
text= _ "Replay"
ref=replay-panel
rect="=+3,=+3,+60,=-4"
rect="=+3,=+1,+60,=-4"
font_size={FONT_SMALL_SIZE}
font_rgb=160,160,160
xanchor=fixed
@ -74,7 +74,11 @@
title= _ "Play"
tooltip= _ "continous replay"
items=playreplay
#ifdef TINY
rect="+4,=,+10,="
#else
rect="+4,=-4,+23,="
#endif
xanchor=fixed
yanchor=fixed
[/menu]
@ -88,7 +92,11 @@
title= _ "Stop"
tooltip= _ "pause at end of turn"
items=stopreplay
#ifdef TINY
rect="+4,=,+10,="
#else
rect="+4,=,+23,="
#endif
xanchor=fixed
yanchor=fixed
[/menu]
@ -102,7 +110,11 @@
title= _ "Reset"
tooltip= _ "reset to beginning"
items=resetreplay
#ifdef TINY
rect="+4,=,+10,="
#else
rect="+4,=,+23,="
#endif
xanchor=fixed
yanchor=fixed
[/menu]
@ -116,7 +128,11 @@
title= _ "Next Turn"
tooltip= _ "play turn"
items=replaynextturn
#ifdef TINY
rect="+4,=,+10,="
#else
rect="+4,=,+23,="
#endif
xanchor=fixed
yanchor=fixed
[/menu]
@ -130,7 +146,11 @@
title= _ "Next Side"
tooltip= _ "play side turn"
items=replaynextside
#ifdef TINY
rect="+4,=,+10,="
#else
rect="+4,=,+23,="
#endif
xanchor=fixed
yanchor=fixed
[/menu]
@ -142,7 +162,11 @@
image=lite
title= _ "Point of view"
items=replayshowteam1,replayshoweach,replayshoweverything
#ifdef TINY
rect="+10,=-1,+60,+10"
#else
rect="+15,=+2,+100,+10"
#endif
xanchor=fixed
yanchor=fixed
[/menu]
@ -154,7 +178,11 @@
type=checkbox
title= _ "Skip animation"
items=replayskipanimation
#ifdef TINY
rect="+10,=+1,+80,+5"
#else
rect="+15,=+1,+80,+10"
#endif
xanchor=fixed
yanchor=fixed
[/menu]