Skip Menu |
 

Subject: "about" box "ok" button does not display
In the ribbon menu, selecting the "about" option brings up a dialog box with an "ok" button, but
most of the button is not visible until clicked on.
Kevin Wasserman thinks this is related to font size scaling (e.g., in leash.rc).
Extracted from ticket 7234
From: David J Conlon <dconlon@mit.edu>
To: "kfw-bugs@mit.edu" <kfw-bugs@mit.edu>
Subject: KfW 4.0: Bug: About Window OK Button not showing
Date: Fri, 2 Nov 2012 15:24:31 +0000
Summary:
The "About" window for KfW is not large enough to display the "OK" Button

Steps to Re-create:
  1. Open KfW Window
  2. Select Drop Down Menu from top left (3-bars)
  3. Select "About"
--------
David J. Conlon
Manager, Software Release Team (SWRT)
Systems Engineering, Information Services & Technology (IS&T)
Massachusetts Institute of Technology
77 Massachusetts Avenue, Building W92-229B
Cambridge, MA 02139
p. 617.253.5988

Important: IS&T staff will *NEVER* ask you for your password, nor will MIT
send you email requesting your password information. Please ignore any
email messages that claim to require you to provide such information.
From: kaduk@MIT.EDU
Subject: SVN Commit

Leave 'OK' button visible in Leash AboutBox

The AboutBox dialog as specified in the resource file is larger than
the one we display; the dialog init routine marks several things as
non-visible, moves the 'OK' button up to where the now-invisible items
were, and shrinks the dialog's bounding rectangle.

However, the edit boxes containing copyright and version information
seem to always present as being on top of the 'OK' button, and their
background causes the button to appear almost invisible with the current
repositioning.

To keep the 'OK' button visible, reduce the amount that it is moved
(and the amount the dialog is shrunk) so that the button does not overlap
with the edit box.

https://github.com/krb5/krb5/commit/ceb486df4301608d5b2462011fed6534e60721bd
Author: Ben Kaduk <kaduk@mit.edu>
Commit: ceb486df4301608d5b2462011fed6534e60721bd
Branch: master
src/windows/leash/LeashAboutBox.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
From: tlyu@mit.edu
Subject: SVN Commit

Leave 'OK' button visible in Leash AboutBox

The AboutBox dialog as specified in the resource file is larger than
the one we display; the dialog init routine marks several things as
non-visible, moves the 'OK' button up to where the now-invisible items
were, and shrinks the dialog's bounding rectangle.

However, the edit boxes containing copyright and version information
seem to always present as being on top of the 'OK' button, and their
background causes the button to appear almost invisible with the current
repositioning.

To keep the 'OK' button visible, reduce the amount that it is moved
(and the amount the dialog is shrunk) so that the button does not overlap
with the edit box.

(cherry picked from commit ceb486df4301608d5b2462011fed6534e60721bd)

https://github.com/krb5/krb5/commit/962fa17d0be37f94b187753bafe1b08bb8becda5
Author: Ben Kaduk <kaduk@mit.edu>
Committer: Tom Yu <tlyu@mit.edu>
Commit: 962fa17d0be37f94b187753bafe1b08bb8becda5
Branch: krb5-1.10
src/windows/leash/LeashAboutBox.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)