|
@@ -71,7 +71,7 @@ void MatterElementItemInsideDelegate::updateEditorGeometry(QWidget *editor, cons
|
|
|
const QModelIndex & /*index*/) const
|
|
|
{
|
|
|
QRect rect = option.rect;
|
|
|
- rect.adjust(-10, 0, 10, 50);
|
|
|
+ rect.adjust(-100, 0, 0, 50);
|
|
|
editor->setGeometry(rect);
|
|
|
}
|
|
|
|
|
@@ -147,7 +147,7 @@ void MatterElementItemRangeDelegate::updateEditorGeometry(QWidget *editor, const
|
|
|
const QModelIndex & /*index*/) const
|
|
|
{
|
|
|
QRect rect = option.rect;
|
|
|
- rect.adjust(-50, 10, 10, 10);
|
|
|
+ rect.adjust(-80, 10, 10, 10);
|
|
|
editor->setGeometry(rect);
|
|
|
}
|
|
|
|