use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 27 May 2004 19:59:50 +0000 (19:59 +0000)
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>
Thu, 27 May 2004 19:59:50 +0000 (19:59 +0000)
commitf389d6953b222fe997ca068ba9a96774ec911d93
treefe47d6b38945a0937210a3aaf2322d913dd0e3fd
parent1c2d1fbc0c7200e294d274740dca8219315d19ff
use gtk_window_set_default_size() instead of WIDGET_SET_SIZE() for the dialogs,
as WIDGET_SET_SIZE() will prevent the user from shrinking the dialog,
and gtk_window_set_default_size() will not

git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@11021 f5534014-38df-0310-8fa8-9805f1628bb7
16 files changed:
gtk/capture_prefs.c
gtk/color_dlg.c
gtk/dcerpc_stat.c
gtk/dfilter_expr_dlg.c
gtk/fc_stat.c
gtk/file_dlg.c
gtk/filter_prefs.c
gtk/h225_counter.c
gtk/h225_ras_srt.c
gtk/ldap_stat.c
gtk/mgcp_stat.c
gtk/proto_dlg.c
gtk/rpc_stat.c
gtk/rtp_analysis.c
gtk/smb_stat.c
gtk/tap_dfilter_dlg.c