Description: Arrows in the Arrow head dropdown are clipped Steps to Reproduce: 1. Open Draw 2. Insert a Line 3. In the sidebar -> Click arrow drop down Actual Results: Arrow are not fully visible (clipped) Expected Results: Dropdown box should be wider Reproducible: Always User Profile Reset: No Additional Info: Version: 25.2.0.0.alpha1+ (X86_64) / LibreOffice Community Build ID: 94afced0195ef824e575176e33c79ca57484cd5c CPU threads: 4; OS: Windows 10 X86_64 (10.0 build 19045); UI render: default; VCL: win Locale: nl-NL (nl_NL); UI: nl-NL Calc: threaded
Created attachment 198847 [details] Screenshot
Not seen with gtk3 or gen. This is not dependent on Sidebar, but also seen in the Line & Filling toolbar. The toolbar button became reused in the Sidebar with commit af71531ea292c62f785f8300205eddea8c2d33d2 The issue is an unbalance in the right hand arrows. They are 2 pixels too far to the right. This is an ancient thing. Before commit 46c0dbea12bd8329aa37ca5503db12b4162ef6c6 ("arrow list is scrolled") in 7.0, this did not lead to cropping pixels, because there was plenty of padding.
I think its the scrollbar width that matters here
Caolán McNamara committed a patch related to this issue. It has been pushed to "master": https://git.libreoffice.org/core/commit/25e08e4ea0df956f46bd7ef81493fcf5a5c1879c Resolves: tdf#164920 add scrollbar width to desired size if enabled It will be available in 26.2.0. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.
Looking nice now, thanks. Arch Linux 64-bit Version: 26.2.0.0.alpha0+ (X86_64) / LibreOffice Community Build ID: 25e08e4ea0df956f46bd7ef81493fcf5a5c1879c CPU threads: 8; OS: Linux 6.17; UI render: default; VCL: kf6 (cairo+wayland) Locale: fi-FI (fi_FI.UTF-8); UI: en-US Calc: CL threaded Built on 21 October 2025
Caolán McNamara committed a patch related to this issue. It has been pushed to "libreoffice-25-8": https://git.libreoffice.org/core/commit/b77b59adca898565b88b38a0d5b6b51fcda52f1b Resolves: tdf#164920 add scrollbar width to desired size if enabled It will be available in 25.8.3. The patch should be included in the daily builds available at https://dev-builds.libreoffice.org/daily/ in the next 24-48 hours. More information about daily builds can be found at: https://wiki.documentfoundation.org/Testing_Daily_Builds Affected users are encouraged to test the fix and report feedback.