mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +00:00
Fixes behavior of various options menu settings to work as expected
This commit is contained in:
parent
0c2a31613b
commit
ee1e07e757
2 changed files with 96 additions and 36 deletions
|
|
@ -138,7 +138,7 @@ $guiContent = new GuiControl(OptionsMenu) {
|
|||
tooltipProfile = "GuiToolTipProfile";
|
||||
internalName = "panel2";
|
||||
|
||||
new GuiScrollCtrl() {
|
||||
new GuiScrollCtrl(OptionsMenuSettingsScroll) {
|
||||
hScrollBar = "alwaysOff";
|
||||
vScrollBar = "dynamic";
|
||||
extent = "676 554";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue