mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 15:14:35 +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,7 +15,7 @@ singleton GuiControlProfile( VEditorDefaultProfile )
|
|||
borderColorHL = "100 100 100";
|
||||
borderColorNA = "240 240 240";
|
||||
|
||||
fontType = "Arial";
|
||||
fontType = "Segoe UI Regular";
|
||||
fontSize = 12;
|
||||
fontCharset = ANSI;
|
||||
|
||||
|
|
@ -56,7 +56,7 @@ singleton GuiControlProfile( VEditorTextProfile : VEditorDefaultProfile )
|
|||
border = false;
|
||||
opaque = false;
|
||||
|
||||
fontType = "Arial Bold";
|
||||
fontType = "Segoe UI Bold";
|
||||
};
|
||||
|
||||
singleton GuiControlProfile( VEditorTextEditProfile : VEditorDefaultProfile )
|
||||
|
|
@ -186,7 +186,7 @@ singleton GuiControlProfile( VEditorPropertyRolloutProfile : GuiRolloutProfile )
|
|||
hasBitmapArray = true;
|
||||
bitmapAsset = "ToolsModule:PropertyRollout_image";
|
||||
|
||||
fontType = "Arial";
|
||||
fontType = "Segoe UI Regular";
|
||||
fontSize = 12;
|
||||
fontCharset = ANSI;
|
||||
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 15 KiB After Width: | Height: | Size: 1.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 935 B |
Binary file not shown.
|
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 1.8 KiB |
|
|
@ -34,7 +34,7 @@ function VerveEditorPlugin::onWorldEditorStartup( %this )
|
|||
|
||||
// Extend Width.
|
||||
%extent = EWToolsToolbar.getExtent();
|
||||
EWToolsToolbar.setExtent( ( getWord( %extent, 0 ) + 33 ) SPC getWord( %extent, 1 ) );
|
||||
EWToolsToolbar.setExtent( ( getWord( %extent, 0 ) + 32 ) SPC getWord( %extent, 1 ) );
|
||||
}
|
||||
|
||||
function VerveEditorPlugin::setEditorFunction( %this )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue