Summary: | "System Activity" window has incorrect padding | ||
---|---|---|---|
Product: | [Unmaintained] ksysguard | Reporter: | Adam Fontenot <adam.m.fontenot+kde> |
Component: | Process Controller - krunner part | Assignee: | KSysGuard Developers <ksysguard-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | nate, plasma-bugs-null |
Priority: | NOR | ||
Version First Reported In: | 5.19.5 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-workspace/commit/a1bf7ba2d778c63bf00abd2c90c16f1b2657f053 | Version Fixed In: | 5.20 |
Sentry Crash Report: | |||
Attachments: | screenshot of problem |
Description
Adam Fontenot
2020-09-18 00:59:10 UTC
lol such an easy fix. Will fix momentarily A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-workspace/-/merge_requests/273 Git commit 42e2078cfd41396ceb6d78746f2ebbdd53b11ee8 by Nate Graham. Committed on 19/09/2020 at 22:06. Pushed by ngraham into branch 'master'. Add margins to System Activity window Right now it is deliberately setting the margins to zero, which causes all of its UI controls and framed areas to touch the window border, which looks bad and is just an incorrect thing to do in general for a thing that does not deliberately provide its own margins for content. Let's not do that anymore, so the window looks better. FIXED-IN: 5.20 M +0 -2 systemmonitor/ksystemactivitydialog.cpp https://invent.kde.org/plasma/plasma-workspace/commit/42e2078cfd41396ceb6d78746f2ebbdd53b11ee8 Git commit a1bf7ba2d778c63bf00abd2c90c16f1b2657f053 by Nate Graham. Committed on 19/09/2020 at 22:08. Pushed by ngraham into branch 'Plasma/5.20'. Add margins to System Activity window Right now it is deliberately setting the margins to zero, which causes all of its UI controls and framed areas to touch the window border, which looks bad and is just an incorrect thing to do in general for a thing that does not deliberately provide its own margins for content. Let's not do that anymore, so the window looks better. FIXED-IN: 5.20 (cherry picked from commit 42e2078cfd41396ceb6d78746f2ebbdd53b11ee8) M +0 -2 systemmonitor/ksystemactivitydialog.cpp https://invent.kde.org/plasma/plasma-workspace/commit/a1bf7ba2d778c63bf00abd2c90c16f1b2657f053 |