Kaydet (Commit) 987a4a99 authored tarafından Jan-Marek Glogowski's avatar Jan-Marek Glogowski

tdf#94112 KDE4 use disabled WindowText color

Libre office just has a general disabled color. Instead of the
general QPalette::Mid, use the color QPalette::WindowText of
the palette QPalette::Disabled.

Change-Id: Ie6943b455d3e6545289b241ee4ab85128f4fd7ab
üst 3c923db8
...@@ -243,7 +243,7 @@ void KDESalFrame::UpdateSettings( AllSettings& rSettings ) ...@@ -243,7 +243,7 @@ void KDESalFrame::UpdateSettings( AllSettings& rSettings )
style.SetTabHighlightTextColor( aButn ); style.SetTabHighlightTextColor( aButn );
// Disable color // Disable color
style.SetDisableColor( aMid ); style.SetDisableColor( toColor( pal.color( QPalette::Disabled, QPalette::WindowText ) ) );
// Workspace // Workspace
style.SetWorkspaceColor( aMid ); style.SetWorkspaceColor( aMid );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment