diff options
| author | CriticalFlaw <[email protected]> | 2020-04-12 13:16:48 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2020-04-12 13:16:48 -0400 |
| commit | ceda99cb6f1507321fd6d317ad078b84610323dd (patch) | |
| tree | 1cb4f6deff456d51fc562fe624482bb3adb0a959 /resource/ui/stampdonationadd.res | |
| parent | 7fb5e4895a804624e0c6bb44c65910e80739d668 (diff) | |
Updated the backpack and store pages
- Fixed various bugs and inconsistencies in the Item and Store pages.
- Updated the item options icons.
Diffstat (limited to 'resource/ui/stampdonationadd.res')
| -rw-r--r-- | resource/ui/stampdonationadd.res | 21 |
1 files changed, 9 insertions, 12 deletions
diff --git a/resource/ui/stampdonationadd.res b/resource/ui/stampdonationadd.res index b7bc6b1..fd39b3a 100644 --- a/resource/ui/stampdonationadd.res +++ b/resource/ui/stampdonationadd.res @@ -15,6 +15,7 @@ "tabPosition" "0" "settitlebarvisible" "0" "PaintBackgroundType" "0" + "paintbackground" "1" "paintborder" "1" "border" "CyanBorderThick" "bgcolor_override" "DarkGrey" @@ -46,7 +47,7 @@ "labelText" "%text%" "textAlignment" "north-west" "xpos" "35" - "ypos" "158" + "ypos" "153" "zpos" "1" "wide" "340" "tall" "50" @@ -66,7 +67,7 @@ "labelText" "#Store_ConfirmStampDonationAddText2" "textAlignment" "north-west" "xpos" "35" - "ypos" "62" + "ypos" "52" "zpos" "1" "wide" "330" "tall" "170" @@ -83,7 +84,7 @@ "ControlName" "ImagePanel" "fieldName" "ItemImagePanel" "xpos" "282" - "ypos" "45" + "ypos" "20" "wide" "150" "tall" "150" "autoResize" "0" @@ -98,8 +99,8 @@ { "ControlName" "ImagePanel" "fieldName" "ItemImagePanel2" - "xpos" "245" - "ypos" "115" + "xpos" "255" + "ypos" "95" "wide" "140" "tall" "140" "autoResize" "0" @@ -115,7 +116,7 @@ "ControlName" "CExButton" "fieldName" "Nope" "xpos" "40" - "ypos" "220" + "ypos" "210" "zpos" "20" "wide" "175" "tall" "25" @@ -132,8 +133,6 @@ "Command" "nope" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "ConfirmButton" @@ -141,7 +140,7 @@ "ControlName" "CExButton" "fieldName" "ConfirmButton" "xpos" "235" - "ypos" "220" + "ypos" "100" "zpos" "20" "wide" "175" "tall" "25" @@ -159,8 +158,6 @@ "Command" "add_stamp_to_cart" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/vote_success.wav" - "border_default" "ButtonHover" - "border_armed" "ButtonHover" } "PriceLabel" @@ -171,7 +168,7 @@ "labelText" "%price%" "textAlignment" "north-east" "xpos" "345" - "ypos" "195" + "ypos" "145" "zpos" "25" "wide" "100" "tall" "25" |
