mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-13 15:44:36 +00:00
Adds a separate gui profile for the popupmenus themselves that has a lighter border color, making it easier to keep track of the layout
Fixes the C++ asset creation and management function names so the AB can create C++ assets now removes duplicate menuBuilder script file
This commit is contained in:
parent
083e367be1
commit
473e566b70
4 changed files with 12 additions and 266 deletions
|
|
@ -1395,6 +1395,12 @@ singleton GuiControlProfile( ToolsGuiMenuBarProfile )
|
|||
fontType = $Gui::fontTypeRegular;
|
||||
};
|
||||
|
||||
singleton GuiControlProfile( ToolsGuiPopupMenuProfile : ToolsGuiMenuBarProfile )
|
||||
{
|
||||
borderColor = EditorSettings.value("Theme/dividerLightColor");
|
||||
borderColorHL = EditorSettings.value("Theme/dividerMidColor");
|
||||
};
|
||||
|
||||
singleton GuiControlProfile( ToolsMenubarProfile : ToolsGuiDefaultProfile )
|
||||
{
|
||||
bitmap = "./menubar";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue