Bug 505893

Summary: Inconsistent Border shapes around the i in System Settings
Product: [Frameworks and Libraries] frameworks-kirigami Reporter: Bruce Wayne <rmallah29>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs-null>
Status: RESOLVED INTENTIONAL    
Severity: normal CC: nate, notmart, rblade457
Priority: NOR    
Version First Reported In: 6.15.0   
Target Milestone: Not decided   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: under display settings the i is squashed
expected border look

Description Bruce Wayne 2025-06-21 06:54:13 UTC
Created attachment 182469 [details]
under display settings the i is squashed

SUMMARY
some i which appears next to toggle have perfect squarcles around them while some are squashed rectangles when mouse is hovering over them. some for examples are found under display settings, mouse settings


STEPS TO REPRODUCE
1. go to display settings
2. hover the cursor above the i next to some options
3. 

OBSERVED RESULT

some i's have squarecles border while some are rectangles

EXPECTED RESULT

all i have a consistent squarecle border around i 


SOFTWARE/OS VERSIONS

Operating System: CachyOS Linux 
KDE Plasma Version: 6.4.0
KDE Frameworks Version: 6.15.0
Qt Version: 6.9.1
Kernel Version: 6.15.3-2-cachyos (64-bit)
Graphics Platform: Wayland
Processors: 12 × 12th Gen Intel® Core™ i3-1220P
Memory: 16 GiB of RAM (15.3 GiB usable)
Graphics Processor: Intel® Graphics
Manufacturer: ASUSTeK COMPUTER INC.
Product Name: Vivobook_ASUSLaptop X1502ZA_X1502ZA
System Version: 1.0

ADDITIONAL INFORMATION
Comment 1 Bruce Wayne 2025-06-21 06:55:18 UTC
Created attachment 182470 [details]
expected border look
Comment 2 Nate Graham 2025-06-24 16:13:05 UTC
This isn't really fixable, unfortunately. The button gets squished to fit within the height of the row, and in this case, the row is short.

We could make the icon get smaller in this case, but then people would complain about the buttons having inconsistent icon sizes.

I don't think this is a case where there's a clear improvement.
Comment 3 Nate Graham 2025-06-24 16:13:13 UTC
*** Bug 505661 has been marked as a duplicate of this bug. ***
Comment 4 Erwin Iosef 2025-06-24 16:25:51 UTC
Setting a size limit as to how small the button can be reduced wouldn't work either, would it?
Comment 5 Nate Graham 2025-06-24 16:31:23 UTC
No, because then it could overlap items in the rows above or below it.