framework updates
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user