diff options
| author | Igor Nikitin <[email protected]> | 2020-04-12 13:34:22 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2020-04-12 13:34:22 -0400 |
| commit | 8e92d477d6ef4e7d70dcc9161c9727e537311b57 (patch) | |
| tree | 8db69e64fb458b2efb6f6bf65afc554c5808a2c4 /resource/ui/matchmakingdashboard.res | |
| parent | 95efaef09d2e847ce2c685a6f43a34d1a3058dfd (diff) | |
| parent | fcd77895f3881d1d50db402f8dce0f73dfad5094 (diff) | |
Merge pull request #143 from raysfire/update
v2020.0412
Diffstat (limited to 'resource/ui/matchmakingdashboard.res')
| -rw-r--r-- | resource/ui/matchmakingdashboard.res | 33 |
1 files changed, 19 insertions, 14 deletions
diff --git a/resource/ui/matchmakingdashboard.res b/resource/ui/matchmakingdashboard.res index e37bd20..6a3c663 100644 --- a/resource/ui/matchmakingdashboard.res +++ b/resource/ui/matchmakingdashboard.res @@ -58,7 +58,7 @@ "zpos" "-1" "wide" "p1.1" "tall" "f5" - "visible" "1" + "visible" "0" "PaintBackgroundType" "2" "border" "NoBorder" "bgcolor_override" "DarkGrey" @@ -74,7 +74,7 @@ "zpos" "-2" "wide" "p1.1" "tall" "p1" - "visible" "1" + "visible" "0" "PaintBackgroundType" "2" "border" "OuterShadowBorder" "proportionaltoparent" "1" @@ -105,12 +105,16 @@ "keyboardinputenabled" "0" "actionsignallevel" "2" "roundedcorners" "0" + "paintbackground" "1" "sound_depressed" "UI/buttonclick.wav" "sound_released" "UI/buttonclickrelease.wav" "image_drawcolor" "TanLight" - "image_armedcolor" "TanLight" + "image_armedcolor" "72 255 255 255" + + "armedBgColor_override" "Transparent" + "defaultBgColor_override" "Transparent" "SubImage" { @@ -430,26 +434,27 @@ "actionsignallevel" "3" "paintbackground" "0" - "defaultFgColor_override" "TanDarker" - "armedFgColor_override" "TanLight" - "depressedFgColor_override" "TanDarker" + "defaultFgColor_override" "46 43 42 255" + "armedFgColor_override" "235 226 202 255" + "depressedFgColor_override" "46 43 42 255" - "image_drawcolor" "TextColor" - "image_armedcolor" "ColorRed" + "image_drawcolor" "235 226 202 255" + "image_armedcolor" "255 0 0 255" "SubImage" { "ControlName" "ImagePanel" "fieldName" "SubImage" - "xpos" "0" - "ypos" "0" + "xpos" "cs-0.5" + "ypos" "cs-0.5" "zpos" "1" - "wide" "14" - "tall" "14" + "wide" "9" + "tall" "9" "visible" "1" "enabled" "1" "image" "replay/thumbnails/close" "scaleImage" "1" + "proportionaltoparent" "1" } } } @@ -600,8 +605,8 @@ "xpos" "cs-0.5" "ypos" "rs1-5" "zpos" "1" - "wide" "14" - "tall" "14" + "wide" "15" + "tall" "15" "visible" "1" "enabled" "1" "scaleImage" "1" |
