mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-23 08:33:50 +00:00
pad the internals of the GuiScrollCtrl encapsulated within the EWCreatorWindow/[CreatorWindow] to prevent overhang issues due to the parent rescaling it's position/extent
This commit is contained in:
parent
4a1e92b4cd
commit
f76c2afb89
1 changed files with 1 additions and 1 deletions
|
|
@ -289,7 +289,7 @@
|
|||
lockHorizScroll = "false";
|
||||
lockVertScroll = "true";
|
||||
constantThumbHeight = "0";
|
||||
childMargin = "0 0";
|
||||
childMargin = "0 6";
|
||||
|
||||
new GuiDynamicCtrlArrayControl(CreatorIconArray) {
|
||||
canSaveDynamicFields = "0";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue