diff --git a/UI.lua b/UI.lua index b3235e9..86d5ba2 100755 --- a/UI.lua +++ b/UI.lua @@ -518,7 +518,7 @@ function AltSystem:CreateMainFrame() end local announceContainer, announceDropdown = CreateDropdown( - content, "AltSystemAnnounceDropdown", "Announce Roll", announceOptions, + content, "AltSystemAnnounceDropdown", "", announceOptions, AltSystem.State.announceOptionIndex, function(index) AltSystem.State.announceOptionIndex = index @@ -534,7 +534,7 @@ function AltSystem:CreateMainFrame() announceContainer:SetPoint("TOPLEFT", content, "TOPLEFT", PADDING, yPos) announceContainer:SetWidth(CONTROLS_WIDTH - PADDING * 2) - yPos = yPos - (LABEL_HEIGHT + LABEL_GAP + 28) - ITEM_GAP + yPos = yPos - ROW_HEIGHT - ITEM_GAP -- Roll button local rollLabel = AltSystem.State.rollType == "attack" and "Roll Attack" or "Roll Defense"