https://bugs.documentfoundation.org/show_bug.cgi?id=168890
Michael Weghorn <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- See Also| |https://bugs.documentfounda | |tion.org/show_bug.cgi?id=13 | |0857 Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #3 from Michael Weghorn <[email protected]> --- (In reply to postix from comment #0) > Text in the search field of the options dialog misses padding. Confirmed. This is not specific to the search field, but applies for all such entries/text fields. Currently, this doesn't use a native QLineEdit, but it's drawn to look like one, and the text drawing happens separately. Switching to native widgets will solve this (see tdf#130857), but it will probably take some time until that's done. Attached is a screenshot showing the same behavior for the "Alt Text" dialog in Impress (shown when right-clicking on an image and selecting the "Alt text..." menu entry). The dialog on the left (without the padding) is when not using native Qt widgets. The dialog on the right shows the behavior with native Qt widgets, i.e. when starting LibreOffice with environment variable SAL_VCL_QT_USE_WELDED_WIDGETS=1 set. The padding is there then. Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 802328a6055106d4bf1ecaba6db1b6cc473b96fd CPU threads: 32; OS: Linux 6.16; UI render: default; VCL: qt6 (cairo+wayland) Locale: en-GB (en_GB.UTF-8); UI: en-US Calc: threaded -- You are receiving this mail because: You are the assignee for the bug.
