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/econ | |
| 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/econ')
| -rw-r--r-- | resource/ui/econ/notificationtoastcontainer.res | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/resource/ui/econ/notificationtoastcontainer.res b/resource/ui/econ/notificationtoastcontainer.res new file mode 100644 index 0000000..698eff6 --- /dev/null +++ b/resource/ui/econ/notificationtoastcontainer.res @@ -0,0 +1,39 @@ +"Resource/UI/NotificationToastContainer.res" +{ + "NotificationToastContainer" + { + "ControlName" "CNotificationToastControl" + "fieldName" "NotificationToastContainer" + "xpos" "0" + "ypos" "0" + "zpos" "1" + "wide" "150" + "tall" "50" + "visible" "1" + "enabled" "1" + "bgcolor_override" "DarkGrey" + "border" "CyanBorder" + } + + "HelpTextLabel" + { + "ControlName" "CExLabel" + "fieldName" "HelpTextLabel" + "fgcolor" "RedSolid" + "xpos" "5" + "ypos" "0" + "zpos" "2" + "wide" "140" + "tall" "38" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "1" + "labelText" "" + "textAlignment" "North" + "font" "TFFontSmall" + "textinsetx" "2" + "textinsety" "7" + } +}
\ No newline at end of file |
