New issue 7 by tkrotoff: SearchLineEdit is too small under KDE
https://code.google.com/p/quarkplayer/issues/detail?id=7
This is due to:
setStyleSheet(QString("QLineEdit { padding-right: %1px; }").arg(
_clearButton->sizeHint().width() +
_wordListButton->sizeHint().width() + frameWidth + 1));
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
Comment #1 on issue 7 by tkrotoff: SearchLineEdit is too small under KDE
http://code.google.com/p/quarkplayer/issues/detail?id=7
(No comment was entered for this change.)