Revision aad823c...
Go back to digest for 6th March 2011Optimization in KDE Base
Alex Fiestas committed changes in [kde-workspace] plasma/generic/applets/notifications/ui/stackdialog.cpp:
adjustSize of the Stack Widget once the StackDialog is hidden
Right now a notification with a long title will create a very long
NotificationWidget and that widget will resize the stackdialog to
its size. The problem is that once the large notification group is
closed, the StackDialog will continue having the notification width
and it won't resize to a normal size.
This patch calls to "adjustSize" when the stackdialog doesn't
have any notification, so it will be resized to the right size.
File Changes
Modified 1 files
- plasma/generic/applets/notifications/ui/stackdialog.cpp
1 files changed in total