public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: "Martin M. Hunt" <hunt@redhat.com>
To: "insight@sources.redhat.com" <insight@sources.redhat.com>
Subject: [patch] clean up targetselection dialog
Date: Tue, 04 Feb 2003 08:02:00 -0000	[thread overview]
Message-ID: <1044345769.2679.15.camel@Dragon> (raw)

[-- Attachment #1: Type: text/plain, Size: 210 bytes --]

This removes a duplicate lable and fixes alignment in the target dialog.
2003-02-03  Martin M. Hunt  <hunt@redhat.com>

	* library/targetselection.itb (TargetSelection::build_win): Remove
duplicate label.






[-- Attachment #2: p --]
[-- Type: text/x-patch, Size: 1268 bytes --]

Index: library/targetselection.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/targetselection.itb,v
retrieving revision 1.14
diff -u -r1.14 targetselection.itb
--- library/targetselection.itb	4 Feb 2003 07:43:32 -0000	1.14
+++ library/targetselection.itb	4 Feb 2003 08:01:32 -0000
@@ -547,7 +547,6 @@
   set rm_frame [iwidgets::labeledframe $frame.run_method -labelpos nw -labeltext "Run Method" ]
   set RunMethod [ $rm_frame childsite ]
 
-  set rm_label [label $frame.label -text "Run Method:"]
   set var [pref varname gdb/src/run_cont]
   radiobutton $RunMethod.cont -text {Continue from Last Stop} -value 1 -variable $var \
     -command [code $this set_run run]
@@ -560,9 +559,8 @@
   set _after_entry [entry $frame.aftere]
   label $frame.afterl -text {Command to issue after attaching:}
 
-  grid $frame.label -column 1 -row 0 -sticky w
-  grid $frame.attach -column 0 -row 1 -ipady 2
-  grid $frame.load -column 0 -row 2 -ipady 2
+  grid $frame.attach -column 0 -row 1 -padx 10 -sticky w
+  grid $frame.load -column 0 -row 2 -padx 10 -sticky w
 
   grid $RunMethod.run -column 0 -row 1 -sticky w -ipady 2
   grid $RunMethod.cont -column 0 -row 2 -sticky w -ipady 2

                 reply	other threads:[~2003-02-04  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=1044345769.2679.15.camel@Dragon \
    --to=hunt@redhat.com \
    --cc=insight@sources.redhat.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).