| Summary: | Desktop Effects KCM: row overlaps the blue borders | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kdeclarative | Reporter: | Patrick Silva <bugseforuns> |
| Component: | general | Assignee: | Marco Martin <notmart> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | aspotashev, bfeber, kdelibs-bugs-null, nate |
| Priority: | NOR | ||
| Version First Reported In: | 5.58.0 | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kdeclarative/e310144eb8e9c5c83153c839e85f3ee37f9a4c4c | Version Fixed/Implemented In: | 5.61 |
| Sentry Crash Report: | |||
| Attachments: | screenshot | ||
This is not a KWin bug. Other kcms suffer from the same issue. Git commit e310144eb8e9c5c83153c839e85f3ee37f9a4c4c by David Redondo.
Committed on 01/08/2019 at 17:35.
Pushed by davidre into branch 'master'.
Scrollview - Don't fill the parent with the view
Summary:
If the style sets a padding this is not respected if we set `anchors.fill: parent`.
Test Plan:
Before:
{F7119700}
After:
{F7119699}
Reviewers: mart, ngraham
Reviewed By: mart, ngraham
Subscribers: ngraham, filipf, kde-frameworks-devel
Tags: #frameworks
Differential Revision: https://phabricator.kde.org/D22827
M +0 -1 src/qmlcontrols/kcmcontrols/qml/ScrollView.qml
https://commits.kde.org/kdeclarative/e310144eb8e9c5c83153c839e85f3ee37f9a4c4c
|
Created attachment 120137 [details] screenshot SUMMARY STEPS TO REPRODUCE 1. search for "desktop effects" kcm using the apps launcher and open it 2. search for any effect, let's say "show fps" 3. OBSERVED RESULT As we can see in the attached screenshot, the row overlaps the blue borders EXPECTED RESULT the row does not overlap the blue borders SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 5.15.90 KDE Frameworks Version: 5.58.0 Qt Version: 5.13.0 beta3 ADDITIONAL INFORMATION also reproducible on neon dev unstable.