mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
better rounded rect
This commit is contained in:
parent
0d448ad761
commit
dbbd9383e7
2 changed files with 5 additions and 5 deletions
|
|
@ -104,7 +104,7 @@ void GuiShaderNode::renderNode(Point2I offset, const RectI& updateRect, const S3
|
|||
if (mSelected)
|
||||
border = mProfile->mBorderColorSEL;
|
||||
|
||||
drawer->drawRoundedRect(15.0f, winRect, mProfile->mFillColor, 3.0f, border);
|
||||
drawer->drawRoundedRect(15.0f, winRect, mProfile->mFillColor, 5.0f, border);
|
||||
|
||||
// draw header
|
||||
ColorI header(50, 50, 50, 128);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue