framework updates

This commit is contained in:
Tercio Jose
2024-05-11 14:46:51 -03:00
parent c031558109
commit 33a0120881
3 changed files with 12 additions and 7 deletions
+1 -1
View File
@@ -2580,7 +2580,7 @@ function detailsFramework:ShowTextPromptPanel(message, callback)
textbox:SetPoint("topleft", promptFrame, "topleft", 10, -60)
promptFrame.EntryBox = textbox
local buttonTrue = detailsFramework:CreateButton(promptFrame, nil, 60, 20, "Okey", nil, nil, nil, nil, nil, nil, options_dropdown_template)
local buttonTrue = detailsFramework:CreateButton(promptFrame, nil, 60, 20, "Okay", nil, nil, nil, nil, nil, nil, options_dropdown_template)
buttonTrue:SetPoint("bottomright", promptFrame, "bottomright", -10, 5)
promptFrame.button_true = buttonTrue