Fix darkbar in overlay notification

This commit is contained in:
JackMyth 2020-07-01 17:57:46 +08:00
parent 05f492aca5
commit 720de72e58
17 changed files with 33 additions and 0 deletions

View File

@ -16,6 +16,7 @@
place {control="IconBorder" x=13 y=14 width=66 height=66}
place {control="LabelTitle" x=88 y=26 width=max height=32}
place {control="LabelText" x=88 y=48 width=max height=32}
place {control="DarkenedRegion" width=0 height=0}
}
"AchievementNotification"

View File

@ -16,6 +16,7 @@
place {control="LabelInfo" x=64 y=30 width=172 height=16}
place {control="LabelChat" x=64 y=44 width=172 height=16}
place {control="LabelHotkey" x=0 y=74 width=240 height=24}
place {control="DarkenedRegion" width=0 height=0}
}
"ChatInvitationNotification"

View File

@ -16,6 +16,7 @@
place {control="LabelInfo" x=64 y=30 width=172 height=16}
place {control="LabelMessage" x=64 y=44 width=172 height=30}
place {control="LabelHotkey" x=0 y=74 width=240 height=24}
place {control="DarkenedRegion" width=0 height=0}
}
"ChatMsgNotification"

View File

@ -16,6 +16,7 @@
place {control="LabelInfo" x=64 y=30 width=172 height=16}
place {control="LabelEventTitle" x=64 y=44 width=172 height=30}
place {control="LabelHotkey" x=0 y=74 width=240 height=24}
place {control="DarkenedRegion" width=0 height=0}
}
"ClanEventNotification"

View File

@ -16,6 +16,7 @@
place {control="LabelInfo" x=64 y=30 width=172 height=16}
place {control="LabelGroup" x=64 y=44 width=172 height=16}
place {control="LabelHotkey" x=0 y=74 width=240 height=24}
place {control="DarkenedRegion" width=0 height=0}
}
"ClanInvitationNotification"

View File

@ -16,6 +16,7 @@
place {control="LabelInfo" x=64 y=28 width=172 height=16}
place {control="LabelGame" x=64 y=44 width=172 height=16}
place {control="LabelHotkey" x=0 y=74 width=240 height=24}
place {control="DarkenedRegion" width=0 height=0}
}
"FriendIngameNotification"

View File

@ -16,6 +16,7 @@
place {control="LabelInfo" x=64 y=30 width=172 height=16}
place {control="LabelFriendsList" x=64 y=44 width=172 height=16}
place {control="LabelHotkey" x=0 y=74 width=240 height=24}
place {control="DarkenedRegion" width=0 height=0}
}
"FriendInvitationNotification"

View File

@ -15,6 +15,7 @@
place {control="LabelSender" x=64 y=16 width=172 height=16}
place {control="LabelInfo" x=64 y=30 width=172 height=16}
place {control="LabelHotkey" x=0 y=74 width=240 height=24}
place {control="DarkenedRegion" width=0 height=0}
}
"FriendOnlineNotification"

View File

@ -16,6 +16,7 @@
place {control="LabelInfo" x=64 y=30 width=172 height=16}
place {control="LabelGame" x=64 y=44 width=172 height=16}
place {control="LabelHotkey" x=0 y=74 width=240 height=24}
place {control="DarkenedRegion" width=0 height=0}
}
"GameInviteNotification"

View File

@ -6,6 +6,7 @@
place {control="LabelSender" x=64 y=16 width=172 height=16}
place {control="LabelInfo" x=64 y=30 width=172 height=16}
place {control="LabelHotkey" x=0 y=74 width=240 height=24}
place {control="DarkenedRegion" width=0 height=0}
}
"VoiceChatInviteNotification"

View File

@ -10,6 +10,11 @@
}
}
layout
{
place {control="DarkenedRegion" width=0 height=0}
}
"BroadcastApproveNotification"
{
"ControlName" "BroadcastApproveNotification"

View File

@ -9,6 +9,11 @@
}
}
layout
{
place {control="DarkenedRegion" width=0 height=0}
}
"BroadcastInviteNotification"
{
"ControlName" "BroadcastInviteNotification"

View File

@ -1,5 +1,10 @@
"friends/BroadcastViewerNotification.res"
{
layout
{
place {control="DarkenedRegion" width=0 height=0}
}
styles
{
Label

View File

@ -9,6 +9,11 @@
}
}
layout
{
place {control="DarkenedRegion" width=0 height=0}
}
"GiftReceivedNotification"
{
"ControlName" "GiftReceivedNotification"

View File

@ -14,6 +14,7 @@
place {control="NotificationClickPanel" x=0 y=0 width=max height=max}
place {control="LabelInfo" x=64 y=16 width=172 height=34}
place {control="LabelHotkey" x=0 y=74 width=240 height=24}
place {control="DarkenedRegion" width=0 height=0}
}
"ItemReceivedNotification"

View File

@ -14,6 +14,7 @@
place {control="NotificationClickPanel" x=0 y=0 width=max height=max}
place {control="LabelInfo" x=64 y=16 width=172 height=34}
place {control="LabelHotkey" x=0 y=74 width=240 height=24}
place {control="DarkenedRegion" width=0 height=0}
}
"NewTurnsNotification"

View File

@ -6,6 +6,7 @@
place {control="LabelSender" x=64 y=16 width=172 height=16}
place {control="LabelInfo" x=64 y=30 width=172 height=16}
place {control="LabelHotkey" x=0 y=74 width=240 height=24}
place {control="DarkenedRegion" width=0 height=0}
}
"TradeInviteNotification"