public inbox for insight-prs@sourceware.org
help / color / mirror / Atom feed
From: Ruppert <dieter_ruppert@siemens.com>
To: nobody@sources.redhat.com
Cc: insight-prs@sources.redhat.com,
Subject: Re: insight/253: File Selector, Source Function Selector and display mode selector listboxs not visible at startup
Date: Thu, 14 Jul 2005 07:53:00 -0000	[thread overview]
Message-ID: <20050714075300.9920.qmail@sourceware.org> (raw)

The following reply was made to PR insight/253; it has been noted by GNATS.

From: Ruppert <dieter_ruppert@siemens.com>
To: insight-gnats@sources.redhat.com
Cc:  
Subject: Re: insight/253: File Selector, Source Function Selector and display
 mode selector listboxs not visible at startup
Date: Thu, 14 Jul 2005 09:45:32 +0200

 *** srcwin.itb.orig     Thu Jul 14 09:35:17 2005
 --- srcwin.itb  Thu Jul 14 09:40:33 2005
 ***************
 *** 106,113 ****
      $_statbar.mode list insert end MIXED
      $_statbar.mode list insert end SRC+ASM
 
      pack $_statbar.mode -side right -padx 10 -pady 4
 !   pack $_statbar.name $_statbar.func -side left -pady 4 -padx 10
 
      # if user likes control on top...
      if {[pref get gdb/src/top_control]} {
 --- 106,119 ----
      $_statbar.mode list insert end MIXED
      $_statbar.mode list insert end SRC+ASM
 
 + # Workaround: the three comboboxes above sometimes display with height
 + # of one pixel. Insert a (invisible) frame with the required height
 + # fixes this...
 +
 +   frame $_statbar.strut -height 24 -width 10
 +
      pack $_statbar.mode -side right -padx 10 -pady 4
 !   pack $_statbar.name $_statbar.func $_statbar.strut -side left -pady 
 4 -padx 10
 
      # if user likes control on top...
      if {[pref get gdb/src/top_control]} {
 *** srcwin.itb.orig     Thu Jul 14 09:35:17 2005
 --- srcwin.itb  Thu Jul 14 09:40:33 2005
 ***************
 *** 106,113 ****
      $_statbar.mode list insert end MIXED
      $_statbar.mode list insert end SRC+ASM
 
      pack $_statbar.mode -side right -padx 10 -pady 4
 !   pack $_statbar.name $_statbar.func -side left -pady 4 -padx 10
 
      # if user likes control on top...
      if {[pref get gdb/src/top_control]} {
 --- 106,119 ----
      $_statbar.mode list insert end MIXED
      $_statbar.mode list insert end SRC+ASM
 
 + # Workaround: the three comboboxes above sometimes display with height
 + # of one pixel. Insert a (invisible) frame with the required height
 + # fixes this...
 +
 +   frame $_statbar.strut -height 24 -width 10
 +
      pack $_statbar.mode -side right -padx 10 -pady 4
 !   pack $_statbar.name $_statbar.func $_statbar.strut -side left -pady 
 4 -padx 10
 
      # if user likes control on top...
      if {[pref get gdb/src/top_control]} {
 There is a simple workaround for those who am annoyed by this: inserting 
 a (invisible) frame with the required height into the row of comboboxes
 avoids this. Here is a patch for srcwin.itb (relative to 6.1) which does 
 this:
 
 *** srcwin.itb.orig     Thu Jul 14 09:35:17 2005
 --- srcwin.itb  Thu Jul 14 09:40:33 2005
 ***************
 *** 106,113 ****
      $_statbar.mode list insert end MIXED
      $_statbar.mode list insert end SRC+ASM
 
      pack $_statbar.mode -side right -padx 10 -pady 4
 !   pack $_statbar.name $_statbar.func -side left -pady 4 -padx 10
 
      # if user likes control on top...
      if {[pref get gdb/src/top_control]} {
 --- 106,119 ----
      $_statbar.mode list insert end MIXED
      $_statbar.mode list insert end SRC+ASM
 
 + # Workaround: the three comboboxes above sometimes display with height
 + # of one pixel. Insert a (invisible) frame with the required height
 + # fixes this...
 +
 +   frame $_statbar.strut -height 24 -width 10
 +
      pack $_statbar.mode -side right -padx 10 -pady 4
 !   pack $_statbar.name $_statbar.func $_statbar.strut -side left -pady 
 4 -padx 10
 
      # if user likes control on top...
      if {[pref get gdb/src/top_control]} {
 
 
 


             reply	other threads:[~2005-07-14  7:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-14  7:53 Ruppert [this message]
  -- strict thread matches above, loose matches on Subject: below --
2004-03-30 10:33 jon

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=20050714075300.9920.qmail@sourceware.org \
    --to=dieter_ruppert@siemens.com \
    --cc=insight-prs@sources.redhat.com \
    --cc=nobody@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).