forked from openkylin/ukui-search
修改默认行高.
This commit is contained in:
parent
37a8c471f1
commit
217e60872b
|
@ -39,7 +39,7 @@ void ResultViewDelegate::setSearchKeyword(const QString ®FindKeyWords)
|
|||
QSize ResultViewDelegate::sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const
|
||||
{
|
||||
QSize size = QStyledItemDelegate::sizeHint(option,index);
|
||||
size.setHeight(size.height() + 50);
|
||||
size.setHeight(size.height() + 10);
|
||||
return size;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue