mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-29 00:05:40 +00:00
Adjusting window titles to fit properly
Because of the large width & height of the Arial font at 18 did the window titles not fit properly. Font has been decreased and made bold for the sake of distinction. Additional has the terrainpainter window's position been corrected (terrainEditor.ed.tscript)
This commit is contained in:
parent
f38352501d
commit
dffb557930
40 changed files with 66 additions and 74 deletions
|
|
@ -37,7 +37,7 @@ $Gui::fontTypeMono = "Arial";
|
|||
$GUI::fontSize[12] = 12;
|
||||
$GUI::fontSize[14] = 14;
|
||||
$GUI::fontSize[16] = 16;
|
||||
$GUI::fontSize[18] = 18;
|
||||
$GUI::fontSize[18] = 17;
|
||||
$GUI::fontSize[24] = 24;
|
||||
$GUI::fontSize[36] = 36;
|
||||
|
||||
|
|
@ -195,8 +195,8 @@ new GuiControlProfile (ToolsGuiWindowProfile)
|
|||
hasBitmapArray = true;
|
||||
justify = "left";
|
||||
category = "Tools";
|
||||
fontType = $Gui::fontTypeMedium;
|
||||
fontSize = $GUI::fontSize[18];
|
||||
fontType = $Gui::fontTypeBold;
|
||||
fontSize = $GUI::fontSize[16];
|
||||
};
|
||||
|
||||
if( !isObject( ToolsGuiPaneProfile ) )
|
||||
|
|
@ -211,7 +211,7 @@ new GuiControlProfile (ToolsGuiPaneProfile)
|
|||
borderColor = EditorSettings.value("Theme/windowBackgroundColor");
|
||||
category = "Tools";
|
||||
fontType = $Gui::fontTypeMedium;
|
||||
fontSize = $GUI::fontSize[18];
|
||||
fontSize = $GUI::fontSize[16];
|
||||
};
|
||||
|
||||
if( !isObject( ToolsGuiToolbarWindowProfile ) )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue