remove resizeevent trigger

This commit is contained in:
ebbit1q 2025-10-02 23:23:02 +02:00
parent 5e0026cd06
commit 001d154b95

View file

@ -39,9 +39,6 @@ CardInfoTextWidget::CardInfoTextWidget(QWidget *parent) : QFrame(parent), info(n
grid->setRowStretch(1, 1); grid->setRowStretch(1, 1);
retranslateUi(); retranslateUi();
connect(this, &CardInfoTextWidget::resizeEvent, this,
[this]() { propsScroll->setMaximumHeight(propsLabel->sizeHint().height()); });
} }
void CardInfoTextWidget::setTexts(const QString &propsText, const QString &textText) void CardInfoTextWidget::setTexts(const QString &propsText, const QString &textText)