OSDN Git Service

2000-03-09 Elena Zannoni <ezannoni@kwikemart.cygnus.com>
authorezannoni <ezannoni>
Thu, 9 Mar 2000 16:02:27 +0000 (16:02 +0000)
committerezannoni <ezannoni>
Thu, 9 Mar 2000 16:02:27 +0000 (16:02 +0000)
From: James Ingham <jingham@leda.cygnus.com>:
* attachdlg.itb (build_win): Pack the dialog better, so that when
  window is resized components are not hidden.

gdb/gdbtk/library/ChangeLog
gdb/gdbtk/library/attachdlg.itb

index 76acaca..4d80b66 100644 (file)
@@ -1,3 +1,9 @@
+2000-03-09  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
+
+       From: James Ingham <jingham@leda.cygnus.com>: 
+       * attachdlg.itb (build_win): Pack the dialog better, so that when
+       window is resized components are not hidden.
+
 2000-03-02  Elena Zannoni  <ezannoni@kwikemart.cygnus.com>
 
         * attachdlg.itb: Give a name to the window.
index 815b146..3b1c78d 100644 (file)
@@ -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]