GNOME Bugzilla – Bug 333751
Association properties dialog shows up way too big
Last modified: 2008-05-18 14:39:41 UTC
Please describe the problem: This happens if you first open the properties dialog of a class and then immediately after that open the properties dialog of an association. Steps to reproduce: 1. Start Dia, select UML in combobox 2. Add two classes and connect them with an association 3. Now select a class, right click and open the properties dialog 4. Close this properties dialog. 5. Select the association line in the diagram 6. right click and open its properties dialog. 7. The properties dialog shows up with the same size as the properties dialog of the class, which is way too big Actual results: Dialog is too big (but can be resize, however annoying) Expected results: Dialog to come up in its minimum size Does this happen every time? yes Other information: WinXP Dia 0.95pre2 GTK+ 2.8.9 runtime environment (also for the previous bug I reported...)
Created attachment 60837 [details] screenshot of how the dialog shows up
I can confirm this on Win32 but the problem does not occur in linux
I can't reproduce in Linux either. Maybe a Win32 GTK bug?
pushing bugs forward to a still relevant version, 0.95-pre2 is not
*** Bug 342957 has been marked as a duplicate of this bug. ***
*** Bug 393285 has been marked as a duplicate of this bug. ***
2008-05-18 Hans Breuer <hans@breuer.org> * app/properties.c : work around the disability of Gtk on win32 to shrink the property dialog when it is hidden (by destroying instead) Fixes bug #333751.