Rework RA Chrome in preparation for UI scaling.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user