[Uml-devel] [Bug 298655] Use Case View: Notes resized after print/print preview
Ralf Habacker
ralf.habacker at gmail.com
Thu May 31 06:11:44 UTC 2012
https://bugs.kde.org/show_bug.cgi?id=298655
--- Comment #4 from Ralf Habacker <ralf.habacker at gmail.com> ---
Further digging shows the real problem which is located in minimumSize():
UMLSceneSize NoteWidget::minimumSize()
{
int width = 60;
int height = 30;
if (....)
...
else {
// keep width and height unchanged
}
return UMLSceneSize(width, height);
}
For default notes the size is mapped to hardcoded values instead of leaving
unchanged as indicated by the comment.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the umbrello-devel
mailing list