https://bugs.documentfoundation.org/show_bug.cgi?id=164080
Bug ID: 164080
Summary: The height of items in the Find sidebar should adjust
to the item size instead of having a constant height
(kf6/gen/win)
Product: LibreOffice
Version: 24.8.3.2 release
Hardware: All
OS: All
Status: UNCONFIRMED
Severity: normal
Priority: medium
Component: Writer
Assignee: [email protected]
Reporter: [email protected]
Created attachment 197838
--> https://bugs.documentfoundation.org/attachment.cgi?id=197838&action=edit
Screenshot showing the problem
When using Windows, Plasma (kf6) or the "gen" VCL plugin, the new Find sidebar
uses a constant height for its items, which makes the size of everything look
weird.
This works fine in gtk3 because it use native widgets. However, other VCL
plugins will use SvImpLBox, which uses a constant height for its entries.
The attached screenshot compares gtk3 (left, looks good) and kf6 (right, looks
bad).
Code pointer: See SvImpLBox::Paint where it does:
nEntryHeight = m_pView->GetEntryHeight();
And then use this height for everything.
System info
Version: 24.8.2.1 (X86_64) / LibreOffice Community
Build ID: 480(Build:1)
CPU threads: 16; OS: Linux 6.11; UI render: default; VCL: kf6 (cairo+wayland)
Locale: pt-BR (pt_BR.UTF-8); UI: en-US
Ubuntu package version: 4:24.8.2-0ubuntu1
Calc: threaded
Also present in current 25.2 master
--
You are receiving this mail because:
You are the assignee for the bug.