Bug 503544

Summary: In Key Bindings labels shift when something is toggled
Product: [Applications] systemsettings Reporter: Damglador <vse.stopchanskyi>
Component: kcm_keyboardAssignee: Plasma Bugs List <plasma-bugs-null>
Status: CONFIRMED ---    
Severity: minor CC: butirsky, duha.bugs, evgeniyharchenko.dev, natalie_clarius, nate
Priority: NOR    
Version First Reported In: 6.3.4   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Category label is shifted down

Description Damglador 2025-04-29 19:04:12 UTC
Created attachment 180791 [details]
Category label is shifted down

SUMMARY
See attachment

STEPS TO REPRODUCE
1. Go to Keyboard
2. Go to Key Bindings using button on the top right 
3. Expand a section
4. Toggle something

OBSERVED RESULT
Label of the category shifts downwards

EXPECTED RESULT
It shouldn't

SOFTWARE/OS VERSIONS
Operating System: Arch Linux 
KDE Plasma Version: 6.3.4
KDE Frameworks Version: 6.13.0
Qt Version: 6.9.0
Kernel Version: 6.14.4-zen1-1-zen (64-bit)
Graphics Platform: Wayland
Processors: 12 × AMD Ryzen 5 5600H with Radeon Graphics
Memory: 13.5 GiB of RAM
Graphics Processor 1: AMD Radeon Graphics
Graphics Processor 2: NVIDIA GeForce RTX 3060 Laptop GPU

ADDITIONAL INFORMATION
Comment 1 Nate Graham 2025-04-30 18:06:23 UTC
Looks like this is intentional per the current code, because the act of toggling something changes that section from its default settings and makes a revert button appear. This button is taller than the header, so the whole row becomes taller to compensate.

Not ideal though.