https://bugs.documentfoundation.org/show_bug.cgi?id=146297

--- Comment #4 from Jan-Marek Glogowski <[email protected]> ---
The main problem is, that the widget doesn't scale at all. It has a fixed size,
which is forced by StylesPreviewWindow_Impl::SetOptimalSize (and set in
svx/uiconfig/ui/stylespreview.ui). Each preview item is also fixed to 100, 30
in StylesPreviewWindow_Base::UpdateStylesList. Implementing scaling is some
larger work.

For Qt we decided to rely on LO properly scaling stuff, while Gtk basically
lets LO believe everything is 100% and the scales the output accordingly. And
since Gtk just supports fixed scale sizes, that works in practice quite good
(you can see this with a bit blurry images, like the large image in the About
dialog, comparing GDK_SCALE=2 with QT_SCALE_FACTOR=2). Or the toolbar icons.

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to