mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-10 22:24:33 +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
|
|
@ -57,8 +57,8 @@ $guiContent = new GuiControl(DebuggerEditWatchDlg, EditorGuiGroup) {
|
|||
altCommand = "DbgWatchDialogEdit();";
|
||||
helpTag = "0";
|
||||
historySize = "0";
|
||||
fontHL = "14 253 Arial";
|
||||
font = "14 244 Arial";
|
||||
fontHL = "14 253 " @ $Gui::fontTypeRegular @ "";
|
||||
font = "14 244 " @ $Gui::fontTypeRegular @ "";
|
||||
};
|
||||
new GuiButtonCtrl() {
|
||||
profile = "ToolsGuiButtonProfile";
|
||||
|
|
|
|||
|
|
@ -57,8 +57,8 @@ $guiContent = new GuiControl(DebuggerFindDlg, EditorGuiGroup) {
|
|||
altCommand = "DbgFileViewFind();";
|
||||
helpTag = "0";
|
||||
historySize = "0";
|
||||
fontHL = "14 253 Arial";
|
||||
font = "14 244 Arial";
|
||||
fontHL = "14 253 " @ $Gui::fontTypeRegular @ "";
|
||||
font = "14 244 " @ $Gui::fontTypeRegular @ "";
|
||||
};
|
||||
new GuiButtonCtrl() {
|
||||
profile = "ToolsGuiButtonProfile";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue