Updated scale sliders to accout for the new AssetBrowser layout

This commit is contained in:
penev92
2022-01-06 03:07:34 +02:00
committed by Matthias Mailänder
parent b6b417d42f
commit 495faea96b
3 changed files with 49 additions and 47 deletions

View File

@@ -67,6 +67,21 @@ Container@ASSETBROWSER_PANEL:
Width: 195
Height: 25
Type: Filename
Label@SPRITE_SCALE:
X: PARENT_RIGHT - WIDTH - 440
Y: 31
Width: 40
Height: 25
Font: Bold
Align: Left
Text: Scale:
Slider@SPRITE_SCALE_SLIDER:
X: PARENT_RIGHT - WIDTH - 330
Y: 35
Width: 100
Height: 20
MinimumValue: 0.5
MaximumValue: 4
Label@PALETTE_DESC:
X: PARENT_RIGHT - WIDTH - 270
Y: 31
@@ -195,21 +210,6 @@ Container@ASSETBROWSER_PANEL:
Height: 25
Font: TinyBold
Align: Left
Label@SPRITE_SCALE:
X: 0
Y: 32
Width: 40
Height: 25
Font: TinyBold
Align: Left
Text: Scale
Slider@SPRITE_SCALE_SLIDER:
X: 35
Y: 35
Width: 100
Height: 20
MinimumValue: 0.5
MaximumValue: 4
Button@CLOSE_BUTTON:
Key: escape
Y: PARENT_BOTTOM - 1