public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* PATCH: Attach dialog packing
@ 2000-03-09  8:02 Elena Zannoni
  0 siblings, 0 replies; only message in thread
From: Elena Zannoni @ 2000-03-09  8:02 UTC (permalink / raw)
  To: insight

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]
  

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2000-03-09  8:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-09  8:02 PATCH: Attach dialog packing Elena Zannoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).