public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [patch] clean up targetselection dialog
@ 2003-02-04  8:02 Martin M. Hunt
  0 siblings, 0 replies; only message in thread
From: Martin M. Hunt @ 2003-02-04  8:02 UTC (permalink / raw)
  To: insight

[-- 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

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

only message in thread, other threads:[~2003-02-04  8:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-02-04  8:02 [patch] clean up targetselection dialog Martin M. Hunt

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).