Merge pull request #633 from Ragora/bugfix-asset-browser-horizontal

BugFix: Allow the asset browser tree view to use a horizontal scroll bar
This commit is contained in:
Brian Roberts 2021-10-25 22:57:06 -05:00 committed by GitHub
commit 4b3a83c4df
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -518,9 +518,9 @@ $guiContent = new GuiControl(AssetBrowser) {
new GuiScrollCtrl() {
willFirstRespond = "1";
hScrollBar = "alwaysOff";
hScrollBar = "dynamic";
vScrollBar = "dynamic";
lockHorizScroll = "1";
lockHorizScroll = "0";
lockVertScroll = "0";
constantThumbHeight = "0";
childMargin = "0 0";