зеркало из https://github.com/nextcloud/desktop.git
FolderStatusDelegate: Add margin to button #3650
This commit is contained in:
Родитель
344d3565f8
Коммит
791c550a8e
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче