We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf32e5b commit da550eeCopy full SHA for da550ee
Boilerplate_!Base/src/lib/UI.lua
@@ -5923,6 +5923,7 @@ function OO:Align(alignHorizontal, alignVertical)
5923
if alignVertical or alignHorizontal then
5924
for _, raw in ipairs(self.raws) do
5925
raw = GetComponentElement(raw, 'TEXT')
5926
+ or GetComponentElement(raw, 'EDIT')
5927
or GetComponentElement(raw, 'MAIN_HANDLE')
5928
if raw then
5929
if alignHorizontal and raw.SetHAlign then
0 commit comments