StateIcon improvements

This commit is contained in:
2024-03-26 10:35:08 +03:00
parent 592c17e1c7
commit ab2c8d4480
4 changed files with 32 additions and 5 deletions

View File

@@ -94,7 +94,7 @@ void IconedLabel::setDirection(IconedLabel::Direction d) {
lay->setContentsMargins(0, 0, 0, 0);
setLayout(lay);
checkSpacing();
update();
updateGeometry();
}