Rework RA Chrome in preparation for UI scaling.

This commit is contained in:
Paul Chote
2020-01-12 16:58:26 +00:00
committed by abcdefg30
parent d622015b59
commit 1282650274
21 changed files with 413 additions and 423 deletions

View File

@@ -534,13 +534,12 @@ strategic:
music:
Inherits: ^Buttons
Regions:
pause: 0, 193, 25, 25
stop: 25, 193, 25, 25
play: 55, 193, 25, 25
next: 82, 193, 25, 25
prev: 110, 193, 25, 25
fastforward: 131, 193, 25, 25
slowmo: 159, 193, 25, 25
pause: 5, 198, 16, 16
stop: 30, 198, 16, 16
play: 59, 198, 16, 16
next: 87, 198, 16, 16
prev: 114, 198, 16, 16
fastforward: 138, 198, 16, 16
# ----------------------------------------------------------------------
# Other UI stuff

View File

@@ -100,9 +100,8 @@ Container@OBSERVER_WIDGETS:
IgnoreChildMouseOver: true
Children:
Image@IMAGE_PAUSE:
Y: 1
Width: 25
Height: 25
X: 5
Y: 5
ImageCollection: music
ImageName: pause
Button@BUTTON_PLAY:
@@ -116,8 +115,8 @@ Container@OBSERVER_WIDGETS:
IgnoreChildMouseOver: true
Children:
Image@IMAGE_PLAY:
Width: 25
Height: 25
X: 5
Y: 5
ImageCollection: music
ImageName: play
Button@BUTTON_SLOW: