Extend task panel for filling function

This commit is contained in:
wmayer
2017-04-22 14:46:26 +02:00
parent a76ebbcec9
commit 0335e2a21c
6 changed files with 136 additions and 149 deletions

View File

@@ -478,7 +478,7 @@ ClearLineEdit::ClearLineEdit (QWidget * parent)
.arg(clearButton->sizeHint().width() + frameWidth + 1));
QSize msz = minimumSizeHint();
setMinimumSize(qMax(msz.width(), clearButton->sizeHint().height() + frameWidth * 2 + 2),
qMax(msz.height(), clearButton->sizeHint().height() + frameWidth * 2 + 2));
msz.height());
}
void ClearLineEdit::resizeEvent(QResizeEvent *)