Implementation of Nils' UI work for updated theming, functionality and style for the editors suite

This commit is contained in:
Areloch 2023-09-08 22:44:18 -05:00
parent dc1d6e7d9d
commit 33f35d35d4
908 changed files with 15381 additions and 3065 deletions

View file

@ -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

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 16 KiB

After

Width:  |  Height:  |  Size: 935 B

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 10 KiB

After

Width:  |  Height:  |  Size: 1.8 KiB

Before After
Before After