public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Elena Zannoni <ezannoni@cygnus.com>
To: insight@sourceware.cygnus.com
Subject: PATCH: Attach dialog packing
Date: Thu, 09 Mar 2000 08:02:00 -0000	[thread overview]
Message-ID: <14535.51962.632986.752307@kwikemart.cygnus.com> (raw)

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]
  

                 reply	other threads:[~2000-03-09  8:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=14535.51962.632986.752307@kwikemart.cygnus.com \
    --to=ezannoni@cygnus.com \
    --cc=insight@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).