mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-22 21:05:39 +00:00
Implementation of Nils' UI work for updated theming, functionality and style for the editors suite
This commit is contained in:
parent
dc1d6e7d9d
commit
33f35d35d4
908 changed files with 15381 additions and 3065 deletions
|
|
@ -15,14 +15,14 @@ $guiContent = new GuiControl(EditorSettingsWindow,EditorGuiGroup) {
|
|||
canSaveDynamicFields = "1";
|
||||
|
||||
new GuiWindowCollapseCtrl(ESettingsWindow) {
|
||||
text = "Editor Settings";
|
||||
text = ":: Editor Settings";
|
||||
resizeWidth = "0";
|
||||
resizeHeight = "1";
|
||||
resizeHeight = "0";
|
||||
canMove = "1";
|
||||
canClose = "1";
|
||||
canMinimize = "0";
|
||||
canMaximize = "0";
|
||||
canCollapse = "1";
|
||||
canCollapse = "0";
|
||||
closeCommand = "ESettingsWindow.hideDialog();";
|
||||
edgeSnap = "1";
|
||||
margin = "0 0 0 0";
|
||||
|
|
@ -31,11 +31,11 @@ $guiContent = new GuiControl(EditorSettingsWindow,EditorGuiGroup) {
|
|||
anchorBottom = "0";
|
||||
anchorLeft = "1";
|
||||
anchorRight = "0";
|
||||
position = "34 48";
|
||||
extent = "958 671";
|
||||
position = "160 0";
|
||||
extent = "960 640";
|
||||
minExtent = "319 100";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
vertSizing = "center";
|
||||
profile = "ToolsGuiWindowProfile";
|
||||
visible = "1";
|
||||
active = "1";
|
||||
|
|
@ -60,7 +60,7 @@ $guiContent = new GuiControl(EditorSettingsWindow,EditorGuiGroup) {
|
|||
anchorLeft = "1";
|
||||
anchorRight = "0";
|
||||
position = "0 24";
|
||||
extent = "958 647";
|
||||
extent = "958 610";
|
||||
minExtent = "64 64";
|
||||
horizSizing = "width";
|
||||
vertSizing = "bottom";
|
||||
|
|
@ -82,7 +82,7 @@ $guiContent = new GuiControl(EditorSettingsWindow,EditorGuiGroup) {
|
|||
anchorLeft = "1";
|
||||
anchorRight = "0";
|
||||
position = "0 0";
|
||||
extent = "180 647";
|
||||
extent = "180 610";
|
||||
minExtent = "16 16";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
|
|
@ -112,7 +112,7 @@ $guiContent = new GuiControl(EditorSettingsWindow,EditorGuiGroup) {
|
|||
anchorLeft = "1";
|
||||
anchorRight = "0";
|
||||
position = "3 3";
|
||||
extent = "177 643";
|
||||
extent = "177 610";
|
||||
minExtent = "100 50";
|
||||
horizSizing = "width";
|
||||
vertSizing = "height";
|
||||
|
|
@ -154,7 +154,7 @@ $guiContent = new GuiControl(EditorSettingsWindow,EditorGuiGroup) {
|
|||
anchorLeft = "1";
|
||||
anchorRight = "0";
|
||||
position = "184 0";
|
||||
extent = "774 647";
|
||||
extent = "774 610";
|
||||
minExtent = "16 16";
|
||||
horizSizing = "right";
|
||||
vertSizing = "bottom";
|
||||
|
|
@ -181,7 +181,7 @@ $guiContent = new GuiControl(EditorSettingsWindow,EditorGuiGroup) {
|
|||
changeChildSizeToFit = "1";
|
||||
changeChildPosition = "1";
|
||||
position = "0 0";
|
||||
extent = "773 643";
|
||||
extent = "773 610";
|
||||
minExtent = "16 16";
|
||||
horizSizing = "width";
|
||||
vertSizing = "height";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue