Summary: | Kickoff keeps growing | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Aleix Pol <aleixpol> |
Component: | Application Launcher (Kickoff) | Assignee: | Sebastian Kügler <sebas> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bhush94, notmart |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | http://commits.kde.org/plasma-framework/d3de99eb1e59c30a7e0fa53c81dcf0af5cb35d67 | Version Fixed In: | |
Sentry Crash Report: |
Description
Aleix Pol
2014-06-11 10:11:04 UTC
I once reported this to IRC, once that happened to me but after that never.. does the DialogHeight/DialogWidth values stored in the config file grow as well? can't reproduce it atm. if i remove the popupapplet section of kickoff it sets it as 555 of height and never moves frmo here between restarts. can you reproduce the growth if you remove or alter its saved size? otherwise looks like simply minimum size of the applet that changed over time Now the width is 658. Git commit d3de99eb1e59c30a7e0fa53c81dcf0af5cb35d67 by Vishesh Handa. Committed on 20/06/2014 at 14:36. Pushed by vhanda into branch 'master'. AppletQuickItem: Do not remember the popup dialog size The popup dialog can currently never be resized, so it doesn't make sense to record its height in a config file. Additionally, this also causes problems when applet writers change the size of their plasmoid. Since the old size is saved in the config file, it is shown with the old dimensions instead of the new ones. REVIEW: 118849 M +0 -39 src/plasmaquick/appletquickitem.cpp M +0 -1 src/plasmaquick/private/appletquickitem_p.h http://commits.kde.org/plasma-framework/d3de99eb1e59c30a7e0fa53c81dcf0af5cb35d67 |