This is the mail archive of the insight@sources.redhat.com mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] Fix status bar anchor


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 \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]