| Summary: | Blurry Icons in Panel Taskbar | ||
|---|---|---|---|
| Product: | [Unmaintained] plasma4 | Reporter: | Craig Duquette <cduquette> |
| Component: | panel | Assignee: | Plasma Bugs List <plasma-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Craig Duquette
2007-12-29 21:48:23 UTC
SVN commit 754550 by jstubbs: Initialize the graphicsview with default properties regardless of which constructor is called. This is important to the panel because QGraphicsView has an off-by-one bug when using the default AlignCenter alignment and an odd height. CCBUG: 154832 M +15 -10 view.cpp M +2 -0 view.h WebSVN link: http://websvn.kde.org/?view=rev&revision=754550 SVN commit 754552 by jstubbs: Fix the width and height calculations of the panel to get the correct geometry BUG: 154832 M +6 -6 panel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=754552 |