FolderStatusDelegate: Add margin to button #3650

This commit is contained in:
Christian Kamm 2015-08-19 16:15:30 +02:00
Родитель 344d3565f8
Коммит 791c550a8e
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

@ -101,6 +101,7 @@ void FolderStatusDelegate::paint(QPainter *painter, const QStyleOptionViewItem &
opt.state |= QStyle::State_Raised;
opt.text = addFolderText();
opt.rect.setWidth(qMin(opt.rect.width(), hint.width()));
opt.rect.translate(0, 10);
QApplication::style()->drawControl(QStyle::CE_PushButton, &opt, painter
#if QT_VERSION >= QT_VERSION_CHECK(5,0,0)
, option.widget