mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 06:34:36 +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
|
|
@ -17,7 +17,7 @@ $guiContent = new GuiControl(SuperTooltipDlg) {
|
|||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "216 160";
|
||||
Extent = "221 134";
|
||||
Extent = "300 134";
|
||||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
|
|
@ -30,7 +30,7 @@ $guiContent = new GuiControl(SuperTooltipDlg) {
|
|||
HorizSizing = "right";
|
||||
VertSizing = "bottom";
|
||||
position = "5 5";
|
||||
Extent = "210 14";
|
||||
Extent = "290 14";
|
||||
MinExtent = "8 2";
|
||||
canSave = "1";
|
||||
Visible = "1";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue