To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68590
Issue #|68590
Summary|BUILD_VER_STRING too small in Help:About
Component|framework
Version|current
Platform|All
URL|
OS/Version|All
Status|UNCONFIRMED
Status whiteboard|
Keywords|
Resolution|
Issue type|PATCH
Priority|P3
Subcomponent|ui
Assigned to|mba
Reported by|tml
------- Additional comments from [EMAIL PROTECTED] Mon Aug 14 02:38:16 -0700
2006 -------
The BUILD_VER_STRING display on the Help:About dialog is too small and
practically unreadable, at least for me, on Windows, in case it makes any
difference. (See attached screenshot.)
Trivial patch that makes it as large as the other text. Alternatively, a
somewhat larger size factor than 0.75 could be tried, for instance 0.85?
@@ -222,11 +222,6 @@
aCopyrightText.SetControlForeground( aTextColor );
aBuildData.SetBackground( aWall );
- Font aSmallFont = rSettings.GetInfoFont();
- Size aSmaller = aNewFont.GetSize();
- aSmaller.Width() = (long) (aSmaller.Width() * 0.75);
- aSmaller.Height() = (long) (aSmaller.Height() * 0.75);
- aNewFont.SetSize( aSmaller );
aBuildData.SetFont( aNewFont );
aBuildData.SetBackground( aWall );
#ifdef BUILD_VER_STRING
---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]