From bbee27c902f81e1108bcaeaaace568e6bb97d4cb Mon Sep 17 00:00:00 2001 From: CriticalFlaw Date: Tue, 29 Jun 2021 23:15:34 -0400 Subject: Tweaks to color and font --- resource/ui/econ/notificationspresentpanel.res | 37 ++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 resource/ui/econ/notificationspresentpanel.res (limited to 'resource/ui/econ/notificationspresentpanel.res') 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 -- cgit v1.2.3