This is the mail archive of the insight@sourceware.cygnus.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

PATCH: Attach dialog packing



FYI:
I just checked in this one.
Elena

Index: ChangeLog
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/ChangeLog,v
retrieving revision 1.4
diff -c -r1.4 ChangeLog
*** ChangeLog   2000/03/02 18:34:35     1.4
--- ChangeLog   2000/03/09 16:00:44
***************
*** 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: attachdlg.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/attachdlg.itb,v
retrieving revision 1.2
diff -c -r1.2 attachdlg.itb
*** attachdlg.itb       2000/03/02 18:34:35     1.2
--- attachdlg.itb       2000/03/09 16:00:44
***************
*** 101,108 ****
  
    pack $itk_component(button_box) -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]
  
--- 101,108 ----
  
    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
  
    after idle [list update idletasks;  $this list_pids]
  

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]