Skip to content

Commit bec7f89

Browse files
committed
Comm Notification Settings
1 parent 82434e9 commit bec7f89

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ElvUI/Cata/Modules/Skins/Communities.lua

+5-1
Original file line numberDiff line numberDiff line change
@@ -493,11 +493,15 @@ function S:Blizzard_Communities()
493493

494494
-- Notification Settings Dialog
495495
local NotificationSettings = _G.CommunitiesFrame.NotificationSettingsDialog
496-
S:HandleDropDownBox(NotificationSettings.CommunitiesListDropDownMenu)
496+
NotificationSettings.Selector:StripTextures()
497+
S:HandleFrame(NotificationSettings)
498+
S:HandleDropDownBox(NotificationSettings.CommunitiesListDropDownMenu, 190)
497499
S:HandleCheckBox(NotificationSettings.ScrollFrame.Child.QuickJoinButton)
498500
S:HandleButton(NotificationSettings.ScrollFrame.Child.AllButton)
499501
S:HandleButton(NotificationSettings.ScrollFrame.Child.NoneButton)
500502
S:HandleScrollBar(NotificationSettings.ScrollFrame.ScrollBar)
503+
S:HandleButton(NotificationSettings.Selector.OkayButton)
504+
S:HandleButton(NotificationSettings.Selector.CancelButton)
501505

502506
-- Create Channel Dialog
503507
local EditStreamDialog = CommunitiesFrame.EditStreamDialog

0 commit comments

Comments
 (0)