Skip to content

Commit

Permalink
Fixed Error when clicking 'Reset UI'
Browse files Browse the repository at this point in the history
  • Loading branch information
muleyo committed Sep 17, 2024
1 parent 8e3c8a6 commit 3c34afb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libs/SUIConfig/widgets/Window.lua
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ function SUIConfig:Dialog(title, message, dialogId)
window.messageLabel:SetText(message);
else
window.messageLabel = self:Label(window, message);
window.messageLabel:SetJustifyH('MIDDLE');
--window.messageLabel:SetJustifyH('MIDDLE');
self:GlueAcross(window.messageLabel, window, 5, -10, -5, 5);
end

Expand Down

0 comments on commit 3c34afb

Please sign in to comment.