Summary: | GTK2 scrollbars look weird | ||
---|---|---|---|
Product: | [Plasma] Breeze | Reporter: | Yannick <leguen.yannick> |
Component: | gtk theme | Assignee: | scionicspectre |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | agrinev98, bugseforuns, nate, simonandric5 |
Priority: | NOR | ||
Version: | 5.11.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/breeze-gtk/cc0d3da262764eff867a816dc7e728b218f2f7e5 | Version Fixed In: | |
Sentry Crash Report: | |||
Attachments: |
scrollbar at the bottom extremity
scrollbar highlighted by mouse cursor |
Created attachment 108288 [details]
scrollbar highlighted by mouse cursor
Actually the scrollbar goes a bit beyond its frame, hence the weird look. It looks like my patches to the breeze scrollbars weren't merged correctly, so there is new config for gtk2, but not the assets. Artem, could you add a comment to the phabricator page for your patches, or submit an additional patch with the remaining changes needed? Git commit cc0d3da262764eff867a816dc7e728b218f2f7e5 by David Edmundson, on behalf of Artem Grinev. Committed on 13/11/2017 at 11:07. Pushed by davidedmundson into branch 'master'. Update scrollbar assets Differential Revision: https://phabricator.kde.org/D6688 M +- -- Breeze-gtk/assets/scrollbar-slider-horizontal-hover.png M +- -- Breeze-gtk/assets/scrollbar-slider-horizontal-hover@2.png M +- -- Breeze-gtk/assets/scrollbar-slider-horizontal.png M +- -- Breeze-gtk/assets/scrollbar-slider-horizontal@2.png M +- -- Breeze-gtk/assets/scrollbar-slider-vertical-hover.png M +- -- Breeze-gtk/assets/scrollbar-slider-vertical-hover@2.png M +- -- Breeze-gtk/assets/scrollbar-slider-vertical.png M +- -- Breeze-gtk/assets/scrollbar-slider-vertical@2.png M +- -- Breeze-gtk/assets/scrollbar-trough-horizontal.png M +- -- Breeze-gtk/assets/scrollbar-trough-horizontal@2.png M +- -- Breeze-gtk/assets/scrollbar-trough-vertical.png M +- -- Breeze-gtk/assets/scrollbar-trough-vertical@2.png https://commits.kde.org/breeze-gtk/cc0d3da262764eff867a816dc7e728b218f2f7e5 |
Created attachment 108287 [details] scrollbar at the bottom extremity After upgrading to Plasma 5.11.0, I noticed weird scrollbars on GTK2 apps using the breeze-gtk theme. When a scrollbar is at the very top or bottom of a window, it looks like you can still scroll a bit. Hovering the mouse cursor over it displays it correctly, though :) See screenshots in attachment.