mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-26 14:55:39 +00:00
moar refactors
This commit is contained in:
parent
4d893f51cf
commit
22037bf94f
10 changed files with 65 additions and 60 deletions
|
|
@ -257,7 +257,7 @@ bool GuiInspectorDynamicField::onAdd()
|
|||
mParent->getId() );
|
||||
|
||||
// FIXME Hardcoded image
|
||||
mDeleteButton->setField( "Bitmap", "ToolsModule:iconDelete_image" );
|
||||
mDeleteButton->_setBitmap("ToolsModule:iconDelete_image");
|
||||
mDeleteButton->setField( "Text", "X" );
|
||||
mDeleteButton->setField( "Command", szBuffer );
|
||||
mDeleteButton->setSizing( horizResizeLeft, vertResizeCenter );
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue