INTEGRATION: CWS aquavcl06 (1.57.6); FILE MERGED

2008/03/19 18:29:58 pl 1.57.6.1: #i86773# better border colors
This commit is contained in:
Kurt Zenker 2008-04-04 09:59:30 +00:00
parent 51507502eb
commit b409c25950

View file

@ -4,9 +4,9 @@
*
* $RCSfile: salframe.cxx,v $
*
* $Revision: 1.57 $
* $Revision: 1.58 $
*
* last change: $Author: kz $ $Date: 2008-03-05 17:01:43 $
* last change: $Author: kz $ $Date: 2008-04-04 10:59:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@ -1044,6 +1044,10 @@ void AquaSalFrame::UpdateSettings( AllSettings& rSettings )
// [FIXME] Dialog Color is the one to modify to complete Aqua Theme on windows
aStyleSettings.SetDialogColor( aBackgroundColor );
aStyleSettings.SetLightBorderColor( aBackgroundColor );
Color aShadowColor( aStyleSettings.GetShadowColor() );
aStyleSettings.SetDarkShadowColor( aShadowColor );
aShadowColor.IncreaseLuminance( 32 );
aStyleSettings.SetShadowColor( aShadowColor );
// get the system font settings
Font aAppFont = aStyleSettings.GetAppFont();