Made replay controls use new images
This commit is contained in:
parent
c13faf22a1
commit
a33b3fd3d9
1 changed files with 10 additions and 5 deletions
|
@ -62,7 +62,8 @@
|
|||
id=button-playreplay
|
||||
ref=replay-label
|
||||
type=image
|
||||
image=play
|
||||
image=button_square/button_square_25
|
||||
overlay=icons/action/play_25
|
||||
title= _ "Play"
|
||||
tooltip= _ "continuous replay"
|
||||
items=playreplay
|
||||
|
@ -76,7 +77,8 @@
|
|||
id=button-stopreplay
|
||||
ref=button-playreplay
|
||||
type=image
|
||||
image=pause
|
||||
image=button_square/button_square_25
|
||||
overlay=icons/action/pause_25
|
||||
title= _ "Stop"
|
||||
tooltip= _ "pause at end of turn"
|
||||
items=stopreplay
|
||||
|
@ -90,7 +92,8 @@
|
|||
id=button-resetreplay
|
||||
ref=button-stopreplay
|
||||
type=image
|
||||
image=stop
|
||||
image=button_square/button_square_25
|
||||
overlay=icons/action/stop_25
|
||||
title= _ "Reset"
|
||||
tooltip= _ "reset to beginning"
|
||||
items=resetreplay
|
||||
|
@ -104,7 +107,8 @@
|
|||
id=button-nextturn
|
||||
ref=button-resetreplay
|
||||
type=image
|
||||
image=play-turn
|
||||
image=button_square/button_square_25
|
||||
overlay=icons/action/play_turn_25
|
||||
title= _ "Next Turn"
|
||||
tooltip= _ "play turn"
|
||||
items=replaynextturn
|
||||
|
@ -118,7 +122,8 @@
|
|||
id=button-nextside
|
||||
ref=button-nextturn
|
||||
type=image
|
||||
image=play-side
|
||||
image=button_square/button_square_25
|
||||
overlay=icons/action/play_side_25
|
||||
title= _ "Next Side"
|
||||
tooltip= _ "play side turn"
|
||||
items=replaynextside
|
||||
|
|
Loading…
Add table
Reference in a new issue