Merge pull request #5102 from pchote/volume-slider-fix
Fix volume slider order in the settings panel.
This commit is contained in:
@@ -234,7 +234,7 @@ Container@SETTINGS_PANEL:
|
|||||||
Height:25
|
Height:25
|
||||||
Align:Right
|
Align:Right
|
||||||
Text:Music Volume:
|
Text:Music Volume:
|
||||||
Slider@VIDEO_VOLUME:
|
Slider@MUSIC_VOLUME:
|
||||||
X:PARENT_RIGHT - WIDTH - 15
|
X:PARENT_RIGHT - WIDTH - 15
|
||||||
Y:73
|
Y:73
|
||||||
Width:250
|
Width:250
|
||||||
@@ -247,7 +247,7 @@ Container@SETTINGS_PANEL:
|
|||||||
Height:25
|
Height:25
|
||||||
Align:Right
|
Align:Right
|
||||||
Text:Video Volume:
|
Text:Video Volume:
|
||||||
Slider@MUSIC_VOLUME:
|
Slider@VIDEO_VOLUME:
|
||||||
X:PARENT_RIGHT - WIDTH - 15
|
X:PARENT_RIGHT - WIDTH - 15
|
||||||
Y:103
|
Y:103
|
||||||
Width:250
|
Width:250
|
||||||
|
|||||||
@@ -241,7 +241,7 @@ Background@SETTINGS_PANEL:
|
|||||||
Height:25
|
Height:25
|
||||||
Align:Right
|
Align:Right
|
||||||
Text:Music Volume:
|
Text:Music Volume:
|
||||||
Slider@VIDEO_VOLUME:
|
Slider@MUSIC_VOLUME:
|
||||||
X:PARENT_RIGHT - WIDTH - 15
|
X:PARENT_RIGHT - WIDTH - 15
|
||||||
Y:73
|
Y:73
|
||||||
Width:250
|
Width:250
|
||||||
@@ -254,7 +254,7 @@ Background@SETTINGS_PANEL:
|
|||||||
Height:25
|
Height:25
|
||||||
Align:Right
|
Align:Right
|
||||||
Text:Video Volume:
|
Text:Video Volume:
|
||||||
Slider@MUSIC_VOLUME:
|
Slider@VIDEO_VOLUME:
|
||||||
X:PARENT_RIGHT - WIDTH - 15
|
X:PARENT_RIGHT - WIDTH - 15
|
||||||
Y:103
|
Y:103
|
||||||
Width:250
|
Width:250
|
||||||
|
|||||||
Reference in New Issue
Block a user