To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=57226
Issue #:|57226
Summary:|Unreadable tooltips - white on yellow
Component:|ui
Version:|OOo 2.0
Platform:|PC
URL:|
OS/Version:|Linux
Status:|UNCONFIRMED
Status whiteboard:|
Keywords:|
Resolution:|
Issue type:|DEFECT
Priority:|P3
Subcomponent:|ui
Assigned to:|sba
Reported by:|chewi
------- Additional comments from [EMAIL PROTECTED] Wed Nov 2 09:41:17 -0800
2005 -------
I saw a similar bug to this before and thought it would be fixed for 2.0 final.
I guess it wasn't quite the same thing. My tooltips are unreadable because they
have white text on a yellow background. I am using the Geramik GTK engine,
which
borrows its colours from the user's Qt settings. In my case, I have white text
on a dark blue background - hence the reason why the tooltips have white text.
This problem also occured in some other apps, including Gaim, but this was
fixed
by adding the following to my .gtkrc-2.0 file.
style "tooltips" {
fg[NORMAL] = { 0.0, 0.0, 0.0 }
text[NORMAL] = { 0.0, 0.0, 0.0 }
}
widget "gtk-tooltips*" style "tooltips"
---------------------------------------------------------------------
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]