summaryrefslogtreecommitdiff
path: root/gdb/gdbtk
diff options
context:
space:
mode:
authorMartin Hunt <hunt@redhat.com>2003-02-04 08:03:09 +0000
committerMartin Hunt <hunt@redhat.com>2003-02-04 08:03:09 +0000
commitf34611d5849224916384dce6b39200756d3ac840 (patch)
treeefc33479bc357017b1ac6429e8547e6bdd65d289 /gdb/gdbtk
parent7c01602864bf2cf809534161c400780b6a1e460e (diff)
downloadgdb-f34611d5849224916384dce6b39200756d3ac840.tar.gz
2003-02-03 Martin M. Hunt <hunt@redhat.com>
* library/targetselection.itb (TargetSelection::build_win): Remove duplicate label.
Diffstat (limited to 'gdb/gdbtk')
-rw-r--r--gdb/gdbtk/ChangeLog4
-rw-r--r--gdb/gdbtk/library/targetselection.itb6
2 files changed, 6 insertions, 4 deletions
diff --git a/gdb/gdbtk/ChangeLog b/gdb/gdbtk/ChangeLog
index 6055196d4a5..41e38d773c8 100644
--- a/gdb/gdbtk/ChangeLog
+++ b/gdb/gdbtk/ChangeLog
@@ -1,5 +1,9 @@
2003-02-03 Martin M. Hunt <hunt@redhat.com>
+ * library/targetselection.itb (TargetSelection::build_win): Remove duplicate label.
+
+2003-02-03 Martin M. Hunt <hunt@redhat.com>
+
* library/globalpref.itb, library/mempref.itb, library/srcpref.itb,
library/srcwin.itb, library/targetselection.itb, library/tracedlg.tcl:
Set background color of comboboxes to Colors(textbg).
diff --git a/gdb/gdbtk/library/targetselection.itb b/gdb/gdbtk/library/targetselection.itb
index a24f3741788..959b51a7a68 100644
--- a/gdb/gdbtk/library/targetselection.itb
+++ b/gdb/gdbtk/library/targetselection.itb
@@ -547,7 +547,6 @@ itcl::body TargetSelection::build_win {} {
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 @@ itcl::body TargetSelection::build_win {} {
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