diff options
| author | CriticalFlaw <[email protected]> | 2021-08-15 22:33:59 -0400 |
|---|---|---|
| committer | CriticalFlaw <[email protected]> | 2021-08-15 22:33:59 -0400 |
| commit | 10b43f5aee50c9f3916945835714a05cb89fcc23 (patch) | |
| tree | eea143728ba40ed00ae1d984372e37a70495b044 /resource/ui | |
| parent | 911fdbefda533ad312e212c8e0c12b6348add6f9 (diff) | |
Fixed notification button not appearing (#176)
Diffstat (limited to 'resource/ui')
| -rw-r--r-- | resource/ui/mainmenuoverride-base.res | 46 | ||||
| -rw-r--r-- | resource/ui/mainmenuoverride.res | 48 |
2 files changed, 47 insertions, 47 deletions
diff --git a/resource/ui/mainmenuoverride-base.res b/resource/ui/mainmenuoverride-base.res index 2e79abf..03ef132 100644 --- a/resource/ui/mainmenuoverride-base.res +++ b/resource/ui/mainmenuoverride-base.res @@ -171,7 +171,53 @@ "tall" "f0" } } + + "Notifications_ShowButtonPanel" + { + "ControlName" "EditablePanel" + "fieldName" "Notifications_ShowButtonPanel" + "xpos" "rs1-10" + "ypos" "45" + "zpos" "0" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "bgcolor_override" "Transparent" + "Notifications_ShowButtonPanel_SB" + { + "ControlName" "CExImageButton" + "fieldName" "Notifications_ShowButtonPanel_SB" + "xpos" "0" + "ypos" "0" + "wide" "20" + "tall" "20" + "autoResize" "0" + "pinCorner" "3" + "visible" "1" + "enabled" "1" + "tabPosition" "0" + "labelText" "k" + "font" "CustomIcons" + "Command" "noti_show" + "use_proportional_insets" "1" + "textAlignment" "center" + "default" "1" + "actionsignallevel" "2" + "paintbackground" "0" + "paintborder" "0" + "sound_depressed" "UI/buttonclick.wav" + "sound_released" "UI/buttonclickrelease.wav" + + "defaultFgColor_override" "TanLight" + "armedFgColor_override" "ColorCyan" + } + } + "HudName" { "ControlName" "CExImageButton" diff --git a/resource/ui/mainmenuoverride.res b/resource/ui/mainmenuoverride.res index 5b9765d..6f29ace 100644 --- a/resource/ui/mainmenuoverride.res +++ b/resource/ui/mainmenuoverride.res @@ -18,58 +18,12 @@ "enabled" "1" "scaleImage" "1" } - - "Notifications_ShowButtonPanel" - { - "ControlName" "EditablePanel" - "fieldName" "Notifications_ShowButtonPanel" - "xpos" "rs1-10" - "ypos" "45" - "zpos" "0" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "bgcolor_override" "Transparent" - - "Notifications_ShowButtonPanel_SB" - { - "ControlName" "CExImageButton" - "fieldName" "Notifications_ShowButtonPanel_SB" - "xpos" "0" - "ypos" "0" - "wide" "20" - "tall" "20" - "autoResize" "0" - "pinCorner" "3" - "visible" "1" - "enabled" "1" - "tabPosition" "0" - "labelText" "k" - "font" "CustomIcons" - "Command" "noti_show" - "use_proportional_insets" "1" - "textAlignment" "center" - "default" "1" - "actionsignallevel" "2" - "paintbackground" "0" - "paintborder" "0" - "sound_depressed" "UI/buttonclick.wav" - "sound_released" "UI/buttonclickrelease.wav" - - "defaultFgColor_override" "TanLight" - "armedFgColor_override" "ColorCyan" - } - } "Notifications_Panel" { "ControlName" "EditablePanel" "fieldName" "Notifications_Panel" - "xpos" "r345" + "xpos" "r255" "ypos" "45" "zpos" "100" "wide" "210" |
