mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-23 05:15:34 +00:00
lotsa fixes.
This commit is contained in:
parent
db047275f1
commit
6f7fdca87d
178 changed files with 230 additions and 245 deletions
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiChunkedBitmapCtrl(EditorChooseGUI, EditorGuiGroup) {
|
||||
$guiContent = new GuiChunkedBitmapCtrl(EditorChooseGUI, EditorGuiGroup) {
|
||||
canSaveDynamicFields = "0";
|
||||
Enabled = "1";
|
||||
isContainer = "1";
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
// Copyright (C) GarageGames.com, Inc.
|
||||
//---------------------------------------------------------------------------------------------
|
||||
|
||||
%guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(GuiEditorGui, EditorGuiGroup) {
|
||||
canSaveDynamicFields = "0";
|
||||
isContainer = "1";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(GuiEditorNewGuiDialog,EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(GuiEditorNewGuiDialog,EditorGuiGroup) {
|
||||
isContainer = "1";
|
||||
profile = "ToolsGuiOverlayProfile";
|
||||
horizSizing = "right";
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
%guiContent = new GuiControl(GuiEditorPrefsDlg, EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(GuiEditorPrefsDlg, EditorGuiGroup) {
|
||||
canSaveDynamicFields = "0";
|
||||
Profile = "ToolsGuiDefaultProfile";
|
||||
HorizSizing = "right";
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
//--- OBJECT WRITE BEGIN ---
|
||||
%guiContent = new GuiControl(GuiEditorSelectDlgContainer,EditorGuiGroup) {
|
||||
$guiContent = new GuiControl(GuiEditorSelectDlgContainer,EditorGuiGroup) {
|
||||
position = "0 0";
|
||||
extent = "1024 768";
|
||||
minExtent = "8 2";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue