Editor GUI Update

This commit is contained in:
vvv-yeaf 2022-09-13 16:42:01 -03:00
parent a534559cb0
commit b5fb864ad6
14 changed files with 54 additions and 49 deletions

View file

@ -15,7 +15,7 @@ singleton GuiControlProfile( VEditorDefaultProfile )
borderColorHL = "100 100 100";
borderColorNA = "240 240 240";
fontType = "Arial";
fontType = "Noto Sans";
fontSize = 12;
fontCharset = ANSI;
@ -56,7 +56,7 @@ singleton GuiControlProfile( VEditorTextProfile : VEditorDefaultProfile )
border = false;
opaque = false;
fontType = "Arial Bold";
fontType = "Noto Sans Bold";
};
singleton GuiControlProfile( VEditorTextEditProfile : VEditorDefaultProfile )
@ -186,7 +186,7 @@ singleton GuiControlProfile( VEditorPropertyRolloutProfile : GuiRolloutProfile )
hasBitmapArray = true;
bitmapAsset = "ToolsModule:PropertyRollout_image";
fontType = "Arial";
fontType = "Noto Sans";
fontSize = 12;
fontCharset = ANSI;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.2 KiB

After

Width:  |  Height:  |  Size: 15 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

After

Width:  |  Height:  |  Size: 16 KiB

Before After
Before After

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 10 KiB

Before After
Before After