diff options
| author | CriticalFlaw <[email protected]> | 2021-06-29 23:15:34 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-06-29 23:15:34 -0400 |
| commit | bbee27c902f81e1108bcaeaaace568e6bb97d4cb (patch) | |
| tree | 7150297d521d490b153be15e2cc2c7c28ad8d72e /resource/ui/econ/notificationspresentpanel.res | |
| parent | acc0c844dd8228bb5d4fc6a13d66d3b01fc47d45 (diff) | |
Tweaks to color and font
Diffstat (limited to 'resource/ui/econ/notificationspresentpanel.res')
| -rw-r--r-- | resource/ui/econ/notificationspresentpanel.res | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/resource/ui/econ/notificationspresentpanel.res b/resource/ui/econ/notificationspresentpanel.res new file mode 100644 index 0000000..996abb4 --- /dev/null +++ b/resource/ui/econ/notificationspresentpanel.res @@ -0,0 +1,37 @@ +"Resource/UI/NotificationsPresentPanel.res" +{ + "NotificationsPresentPanel" + { + "ControlName" "CNotificationsPresentPanel" + "fieldName" "NotificationsPresentPanel" + "xpos" "c80" + "ypos" "25" + "zpos" "10000" + "wide" "220" + "tall" "26" + "visible" "0" + "enabled" "1" + "paintborder" "0" + } + + "TextLabel" + { + "ControlName" "CExLabel" + "fieldName" "TextLabel" + "fgcolor" "ColorCyan" + "xpos" "cs-0.5" + "ypos" "0" + "zpos" "2" + "wide" "f10" + "tall" "f0" + "autoResize" "0" + "pinCorner" "0" + "visible" "1" + "enabled" "1" + "wrap" "0" + "labelText" "#Notifications_Present" + "textAlignment" "center" + "font" "Cerbetica10" + "proportionaltoparent" "1" + } +}
\ No newline at end of file |
