mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
Merge pull request #1387 from Azaezel/alpha41/buttonPalletBump
fix buttonpallet extents misalignment
This commit is contained in:
commit
2bacfca540
1 changed files with 1 additions and 1 deletions
|
|
@ -148,7 +148,7 @@ function ButtonPalette::refresh(%this)
|
||||||
variable = getField(%buttonInfo, 3);
|
variable = getField(%buttonInfo, 3);
|
||||||
};
|
};
|
||||||
|
|
||||||
%extents.y += 23;
|
%extents.y += 25;
|
||||||
|
|
||||||
if(isObject(%this.actionMap))
|
if(isObject(%this.actionMap))
|
||||||
%this.actionMap.bindCmd( keyboard, getField(%buttonInfo, 5), %paletteButton @ ".performClick();", "" );
|
%this.actionMap.bindCmd( keyboard, getField(%buttonInfo, 5), %paletteButton @ ".performClick();", "" );
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue