* [AssetBrowser] BugFix: Allow the asset browser tree view to use a horizontal scroll bar where necessary.

This commit is contained in:
Robert MacGregor 2021-10-22 11:22:34 -04:00
parent 14ebeaf3eb
commit edf9afbd9b

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";