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

--- Comment #5 from Deif Lou <gin...@gmail.com> ---
The issue is that the font of the dockers is set to one with smaller size with:
> dockWidget->setFont(KisUiFont::dockFont());
and docFont is:
> QFont dockFont()
> {
>     QFont font = normalFont();
>     font.setPointSizeF(font.pointSizeF() * 0.9);
>     return font;
> }
Since the font size is taken into account in the QDoubleSpinBox::sizeHint, this
also influences the spinbox size.
It seems to be an intentional thing, so I'm nor sure this is a bug.

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

Reply via email to