After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 333751 - Association properties dialog shows up way too big
Association properties dialog shows up way too big
Status: RESOLVED FIXED
Product: dia
Classification: Other
Component: general
0.95
Other Windows
: Normal minor
: 0.97
Assigned To: Dia maintainers
Dia maintainers
: 342957 393285 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2006-03-07 15:11 UTC by Peter Ramon
Modified: 2008-05-18 14:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
screenshot of how the dialog shows up (143.47 KB, image/jpeg)
2006-03-07 15:14 UTC, Peter Ramon
Details

Description Peter Ramon 2006-03-07 15:11:35 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...)
Comment 1 Peter Ramon 2006-03-07 15:14:26 UTC
Created attachment 60837 [details]
screenshot of how the dialog shows up
Comment 2 Torben H. Nielsen 2006-03-08 17:41:45 UTC
I can confirm this on Win32 but the problem does not occur in linux
Comment 3 Lars Clausen 2006-03-10 18:35:10 UTC
I can't reproduce in Linux either.  Maybe a Win32 GTK bug?
Comment 4 Hans Breuer 2006-07-15 16:10:55 UTC
pushing bugs forward to a still relevant version, 0.95-pre2 is not
Comment 5 Hans Breuer 2006-10-13 18:38:31 UTC
*** Bug 342957 has been marked as a duplicate of this bug. ***
Comment 6 Hans Breuer 2007-01-05 21:20:11 UTC
*** Bug 393285 has been marked as a duplicate of this bug. ***
Comment 7 Hans Breuer 2008-05-18 14:39:41 UTC
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.