Related: tdf#151641 set windows WorkspaceColor similiar to other platforms
from the same bg as the dialog/face, so we get a good "application background" color in dark mode Change-Id: Ieeb29ed1df177a91691b7b83d056af4068d0e170 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/141725 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
@@ -2705,6 +2705,7 @@ void WinSalFrame::UpdateSettings( AllSettings& rSettings )
|
||||
aStyleSettings.SetHelpColor( ImplWinColorToSal( GetSysColor( COLOR_INFOBK ) ) );
|
||||
aStyleSettings.SetHelpTextColor( ImplWinColorToSal( GetSysColor( COLOR_INFOTEXT ) ) );
|
||||
|
||||
aStyleSettings.SetWorkspaceColor(aStyleSettings.GetFaceColor());
|
||||
aStyleSettings.SetDialogColor(aStyleSettings.GetFaceColor());
|
||||
aStyleSettings.SetDialogTextColor(aControlTextColor);
|
||||
|
||||
|
Reference in New Issue
Block a user