Fixed: Scale button height as needed based on text height

--HG--
branch : develop
feature/pipeline-tools
Nimetu 6 years ago
parent f4ef386ec9
commit 9aa52bc267

@ -899,7 +899,7 @@ namespace NLGUI
}
if (!(_SizeRef & 2))
{
_H= _BmpH;
_H= max(_BmpH, _ViewText->getH());
}
CViewBase::updateCoords();

Loading…
Cancel
Save