mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-21 07:33:45 +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
|
|
@ -80,9 +80,9 @@ function GuiInspectorEntityGroup::createAddComponentList(%this)
|
|||
if(!isObject("componentTooltipTheme"))
|
||||
{
|
||||
%theme = createsupertooltiptheme("componentTooltipTheme");
|
||||
%theme.addstyle("headerstyle", "<just:left><font:arial bold:16><color:000000>");
|
||||
%theme.addstyle("headertwostyle", "<font:arial bold:14><color:000000>");
|
||||
%theme.addstyle("basictextstyle", "<font:arial:14><color:000000>");
|
||||
%theme.addstyle("headerstyle", "<just:left><font:" @ $Gui::fontTypeRegular @ " bold:16><color:cccccc>");
|
||||
%theme.addstyle("headertwostyle", "<font:" @ $Gui::fontTypeBold @ ":16><color:cccccc>");
|
||||
%theme.addstyle("basictextstyle", "<font:" @ $Gui::fontTypeBold @ ":16><color:cccccc>");
|
||||
%theme.setdefaultstyle("title", "headerstyle");
|
||||
%theme.setdefaultstyle("paramtitle", "headertwostyle");
|
||||
%theme.setdefaultstyle("param", "basictextstyle");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue