From 90af42a95c83aff96f689abe97c583edbb2960e7 Mon Sep 17 00:00:00 2001 From: ezannoni Date: Thu, 9 Mar 2000 16:02:27 +0000 Subject: [PATCH] 2000-03-09 Elena Zannoni From: James Ingham : * attachdlg.itb (build_win): Pack the dialog better, so that when window is resized components are not hidden. --- gdb/gdbtk/library/ChangeLog | 6 ++++++ gdb/gdbtk/library/attachdlg.itb | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/gdb/gdbtk/library/ChangeLog b/gdb/gdbtk/library/ChangeLog index 76acacad7b..4d80b6627e 100644 --- a/gdb/gdbtk/library/ChangeLog +++ b/gdb/gdbtk/library/ChangeLog @@ -1,3 +1,9 @@ +2000-03-09 Elena Zannoni + + From: James Ingham : + * attachdlg.itb (build_win): Pack the dialog better, so that when + window is resized components are not hidden. + 2000-03-02 Elena Zannoni * attachdlg.itb: Give a name to the window. diff --git a/gdb/gdbtk/library/attachdlg.itb b/gdb/gdbtk/library/attachdlg.itb index 815b14670d..3b1c78d544 100644 --- a/gdb/gdbtk/library/attachdlg.itb +++ b/gdb/gdbtk/library/attachdlg.itb @@ -101,8 +101,8 @@ body AttachDlg::build_win {} { pack $itk_component(button_box) -side bottom -fill x \ -pady 4 -padx 4 + pack $itk_component(symbol_label) -side bottom -fill x -pady 4 -padx 4 pack $itk_component(choose_pid) -fill both -expand 1 -pady 4 -padx 4 - pack $itk_component(symbol_label) -fill x -pady 4 -padx 4 after idle [list update idletasks; $this list_pids] -- 2.11.0