public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix status bar anchor
@ 2002-08-06 12:34 Keith Seitz
  0 siblings, 0 replies; only message in thread
From: Keith Seitz @ 2002-08-06 12:34 UTC (permalink / raw)
  To: insight

Hi,

This returns the status bar to its status quo.

Keith

ChangeLog
2002-08-06  Keith Seitz  <keiths@redhat.com>

        * library/srcwin.itb (_build_win): Anchor status label so that
        text appears at left instead of centered.

Patch
Index: library/srcwin.itb
===================================================================
RCS file: /cvs/src/src/gdb/gdbtk/library/srcwin.itb,v
retrieving revision 1.25
diff -p -r1.25 srcwin.itb
*** library/srcwin.itb	1 Aug 2002 01:19:02 -0000	1.25
--- library/srcwin.itb	6 Aug 2002 19:33:45 -0000
*************** body SrcWin::_build_win {} {
*** 126,132 ****
      set _status [conAdd status -resizable 0]
      set _statusframe [frame $_status]
      set _status $_statusframe.con
!     label $_status -relief sunken -bd 3 -font global/status -height 1
  
      # add download progress meter
      canvas $_statusframe.progress -relief sunken -borderwidth 2 \
--- 126,133 ----
      set _status [conAdd status -resizable 0]
      set _statusframe [frame $_status]
      set _status $_statusframe.con
!     label $_status -relief sunken -bd 3 -font global/status -height 1 \
!       -anchor w
  
      # add download progress meter
      canvas $_statusframe.progress -relief sunken -borderwidth 2 \

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

only message in thread, other threads:[~2002-08-06 19:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-08-06 12:34 [PATCH] Fix status bar anchor Keith Seitz

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