SL Baur <steve(a)vmailer.xemacs.org> writes:
Oliver Graf <ograf(a)fga.de> writes:
> Hi there!
> My toolbar looks different after installing b43. My frame-background-mode
> is 'dark. Has it something to do with this?
Possibly. Do you have xpm in your binary[1]? Another reason for those
kinds of colors is using the xbm version of the toolbar.
The problem (or at least a _very_ similar looking one here) is that the
'toolbar' face has a background of 'white', and xpm-color-symbols says:
("backgroundToolBarColor"
(or
(and (featurep (quote x))
(x-get-resource "backgroundToolBarColor"
"BackgroundToolBarColor" 'string))
(face-background 'toolbar)
"Gray80"))
Try doing:
(set-face-background 'toolbar "gray80")
Then toggle the toolbar from captioned to non-captioned, the new buttons
will probably look exactly like they did in b42.
I'm not sure what change could have caused this - I haven't looked into it
much. I never use the toolbars, and the only reason I noticed is xrdb
coredumped on me so only part of my resources go read in and
topToolbarHeight wasn't 0. :)
-Bill P.