useless hint settings removed

This commit is contained in:
Uwe Rathmann 2022-11-18 12:13:16 +01:00
parent d45e63083f
commit 46d2b20df0

View File

@ -191,8 +191,6 @@ namespace
editor.setTable( &hintTable() ); editor.setTable( &hintTable() );
editor.setAnimator( 200, QEasingCurve::Linear ); editor.setAnimator( 200, QEasingCurve::Linear );
editor.setGradient( QskAspect::Control, Qt::gray );
editor.setupFocusIndicator( 2, 3, 6, DarkBlue ); editor.setupFocusIndicator( 2, 3, 6, DarkBlue );
editor.setupBox( 2, 8, DarkCyan, LightCyan ); editor.setupBox( 2, 8, DarkCyan, LightCyan );
@ -215,8 +213,6 @@ namespace
editor.setTable( &hintTable() ); editor.setTable( &hintTable() );
editor.setAnimator( 100, QEasingCurve::InQuad ); editor.setAnimator( 100, QEasingCurve::InQuad );
editor.setGradient( QskAspect::Control, Qt::gray );
editor.setupFocusIndicator( 2, 6, 6, Crimson ); editor.setupFocusIndicator( 2, 6, 6, Crimson );
editor.setupBox( 4, 30, LightPink, MistyRose ); editor.setupBox( 4, 30, LightPink, MistyRose );