diff options
| author | CriticalFlaw <[email protected]> | 2019-03-13 21:23:56 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2019-03-13 21:23:56 -0400 |
| commit | 8045488b1b248ca88556582063f0052a3727807c (patch) | |
| tree | 99bf8dee39e34c1eb71c9e4c2d456515e34bf420 /resource/ui/votehud.res | |
| parent | 686eb11236126196378780c055ff9d91480c0880 (diff) | |
Updated Notification Panel
- Synchronized customization files
- Updated the match found and vote panels
- Updated the hudlayout to work with the installer
- Moved the contracts button to the right side of the main menu
Diffstat (limited to 'resource/ui/votehud.res')
| -rw-r--r-- | resource/ui/votehud.res | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/resource/ui/votehud.res b/resource/ui/votehud.res index 43e367b..fb4ea4e 100644 --- a/resource/ui/votehud.res +++ b/resource/ui/votehud.res @@ -544,7 +544,7 @@ "tabPosition" "0" "settitlebarvisible" "0" "border" "CyanBorderThick" - "bgcolor_override" "30 30 30 255" + "bgcolor_override" "DarkGrey" "PaintBackground" "1" "header_font" "ItemFontNameLarge" @@ -675,6 +675,8 @@ "Command" "CallVote" "Default" "0" "font" "HudFontSmallBold" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } "Button1" { @@ -696,6 +698,8 @@ "Command" "Close" "Default" "0" "font" "HudFontSmallBold" + "border_default" "ButtonHover" + "border_armed" "ButtonHover" } } }
\ No newline at end of file |
