Summary: | Weird appearance of pager and not resizable | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Yichao Yu <yyc1992> |
Component: | widget-pager | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | hr.denzler, laidig |
Priority: | NOR | ||
Version: | 4.9-git | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
URL: | http://i.imgur.com/E3QgE.png | ||
Latest Commit: | http://commits.kde.org/kde-workspace/1d6be2f24208f7a0f1e605c302b88a078ffad18e | Version Fixed In: | 4.10 |
Sentry Crash Report: |
Description
Yichao Yu
2012-09-07 18:22:19 UTC
ping? need info? screen shot update for 4.10 (4.9.95) http://wstaw.org/m/2012/12/22/plasma-desktopPSN522.png Git commit 1d6be2f24208f7a0f1e605c302b88a078ffad18e by Weng Xuetian. Committed on 10/01/2013 at 19:15. Pushed by xuetianweng into branch 'KDE/4.10'. fix resizing and layout of pager remove some call to setMinimumSize. set minimum size to preferredSize will cause the minimumSize to be the size after plasma launches, which means if you put pager on desktop, it cannot be resize to smaller size. call layout->activate() to trigger rearrangement immediately in updateSizes, this will fix that DeclarativeWidget initial size/position problem. consider 1 pixel clip rect for window positioning REVIEW: 108329 FIXED-IN: 4.10 M +3 -2 plasma/desktop/applets/pager/package/contents/ui/main.qml M +23 -37 plasma/desktop/applets/pager/pager.cpp http://commits.kde.org/kde-workspace/1d6be2f24208f7a0f1e605c302b88a078ffad18e *** Bug 306738 has been marked as a duplicate of this bug. *** |