added 'tooltip-delay' property
This commit is contained in:
@@ -109,6 +109,7 @@ SlotView::SlotView(
|
||||
layout(layout)
|
||||
{
|
||||
setColor(glm::vec4(0, 0, 0, 0.2f));
|
||||
setTooltipDelay(0.05f);
|
||||
}
|
||||
|
||||
void SlotView::draw(const DrawContext* pctx, Assets* assets) {
|
||||
|
||||
Reference in New Issue
Block a user