mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-31 01:55:15 +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
6574531c89
commit
6027e253a1
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