https://bugs.kde.org/show_bug.cgi?id=315400

--- Comment #11 from Nate Graham <n...@kde.org> ---
Breeze does:

} else if (auto dialog = qobject_cast<const QDialog*>(widget)) {
    auto margins = dialog->contentsMargins();
    const_cast<QDialog*>(dialog)->setContentsMargins(margins.left(),
qMax(margins.top(), 1), margins.right(), margins.bottom());
    painter->setPen(QPen(_helper->separatorColor(_toolsAreaManager->palette()),
PenWidth::Frame * widget->devicePixelRatio()));
    painter->drawLine(widget->rect().topLeft(), widget->rect().topRight());
}


...But this doesn't seem to be responsible.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to