Summary: | Folder-view widget icon do not scales properly on the vertical panel | ||
---|---|---|---|
Product: | [Unmaintained] plasma4 | Reporter: | Uri <uri> |
Component: | widget-folderview | Assignee: | Plasma Bugs List <plasma-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | asraniel, bugzilla, i.semenov.kde, rshah0385 |
Priority: | NOR | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Debian testing | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | 4.8.1 | |
Sentry Crash Report: |
Description
Uri
2010-07-14 01:57:08 UTC
Does it scale ok in KDE 4.5 when you increase the panel's size? In 4.5 you can set the maximum size of the panel icons in systemsettings. See Bug 193756. Sorry, can confirm this bug for 4.5, because it is not currently a part of Debian. Could you reproduce this in latest 4.7 series or 4.8RC or trunk if possible? Can you confirm this in 4.8? Also, I do not quite understand what you mean by "does not scale properly on vertical panels". Could you provide a screenshot please? Git commit 89208d71a9b0a3692ddec5218144beeafd7844e3 by Ignat Semenov. Committed on 10/02/2012 at 21:23. Pushed by isemenov into branch 'master'. do not scale the folderview icon when in panel 1)Keep the folderview panel icon size constant independent of the panel height / width. 2)Update icon size on panel icon size change using KGlobalSettings. 3)Check for m_iconWidget in the panle branch of constraintsEvent() to avoid creating duplicates / ghost entries on constraintEvent(). FIXED-IN:4.8.1 REVIEW:103915 M +25 -5 plasma/applets/folderview/folderview.cpp http://commits.kde.org/kde-baseapps/89208d71a9b0a3692ddec5218144beeafd7844e3 Git commit a8694a6d733f9fc8f1a08256826d65a6bef1720b by Ignat Semenov. Committed on 10/02/2012 at 21:23. Pushed by isemenov into branch 'KDE/4.8'. do not scale the folderview icon when in panel 1)Keep the folderview panel icon size constant independent of the panel height / width. 2)Update icon size on panel icon size change using KGlobalSettings. 3)Check for m_iconWidget in the panle branch of constraintsEvent() to avoid creating duplicates / ghost entries on constraintEvent(). FIXED-IN:4.8.1 REVIEW:103915 M +25 -5 plasma/applets/folderview/folderview.cpp http://commits.kde.org/kde-baseapps/a8694a6d733f9fc8f1a08256826d65a6bef1720b |