Issue 68590 - BUILD_VER_STRING too small in Help:About
Summary: BUILD_VER_STRING too small in Help:About
Status: CLOSED FIXED
Alias: None
Product: General
Classification: Code
Component: ui (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-14 10:38 UTC by tml
Modified: 2019-10-13 18:32 UTC (History)
5 users (show)

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Without font edge smoothing (55.56 KB, image/png)
2006-08-14 10:46 UTC, tml
no flags Details
With "standard" font edge smoothing (57.03 KB, image/png)
2006-08-14 10:48 UTC, tml
no flags Details
Witn ClearType smoothing (59.37 KB, image/png)
2006-08-14 10:49 UTC, tml
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description tml 2006-08-14 10:38:16 UTC
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
Comment 1 tml 2006-08-14 10:46:24 UTC
Created attachment 38489 [details]
Without font edge smoothing
Comment 2 tml 2006-08-14 10:48:42 UTC
Created attachment 38490 [details]
With "standard" font edge smoothing
Comment 3 tml 2006-08-14 10:49:15 UTC
Created attachment 38491 [details]
Witn ClearType smoothing
Comment 4 tml 2006-08-14 10:51:51 UTC
As can be seen from the above screenshots, on Windows using font smoothing helps
a bit, but on the other hand it's not sure that people have font smoothing or
ClearType turned on, or tuned correctly. (Personally I can't decide whether I
like the effect ClearType has or not, for instance...)
Comment 5 lohmaier 2006-08-14 23:38:04 UTC
invalid as OOo from www.openoffice.org doesn't have that string - i.e. it is a
modification done by novell and thus has to be fixed by novell.

Please file a bug-report in their bug-tracking system.
Comment 6 lohmaier 2006-08-14 23:38:32 UTC
closing - that code is not in upstream OOo...
Comment 7 lohmaier 2006-08-14 23:41:22 UTC
sorry, reopen issue.
Comment 8 lohmaier 2006-08-14 23:43:12 UTC
there is no special build-version-string set in default builds - so that issue
doesn't show-up in vanilla builds.

Nevertheless, if you want to have this fixed, please file a seperate issue in
novell's bugtracker.

This one might as well be closed again since that version string only meant for
special builds.
Comment 9 Mathias_Bauer 2006-08-17 16:35:58 UTC
Peter, please take over and check the patch. In case it's OK integrate it into
the next version. Otherwise please explain what might be wrong with the patch.
Comment 10 pb 2006-08-29 13:38:05 UTC
pb -> mmeeks: please take over. It is your code and I don't want to change it.
Comment 11 mmeeks 2006-08-29 18:55:49 UTC
pb: Tor (tml) works for me, and I trust him implicitely; ergo I love his patch,
whatever it is :-) Go Tor ! :-)
Comment 12 mmeeks 2006-08-29 18:56:03 UTC
confirming issue
Comment 13 Mathias_Bauer 2006-12-21 09:03:25 UTC
Michael, just a question: will you apply the patch as the issue is still
assigned to you? Or will tor do it?
AFAIK both of you have commit access and so you can integrate the fix without
any further action from our side.
Comment 14 Mathias_Bauer 2007-01-08 09:58:54 UTC
PING. :-)
Comment 15 mmeeks 2007-01-12 13:10:01 UTC
Tor was on this I tihnk.
Comment 16 Mathias_Bauer 2007-04-10 10:46:08 UTC
Tor, are you still working on this or should we discard the patch and set the
type to "DEFECT"?
Comment 17 tml 2007-04-15 15:50:23 UTC
I'd say let's forget this until a real customer complains... maybe this is just
amatter of taste. Setting to ENHANCEMENT:OOo Later. (We will continue to do it
in the Novell build for Windows, though.) In any case, I guess this shouldn't be
done unconditionally on all platforms, as for instance the Debian packager
explicitly said he wants to have a smaller font for the build string on Debian
(as it is ridiculously long for them, or something).
Comment 18 oooforum (fr) 2019-10-13 14:11:15 UTC
https://github.com/apache/openoffice/blob/trunk/main/cui/source/dialogs/about.cxx

Seems to be commited