diff --git a/src/gui/kernel/qpalette.cpp b/src/gui/kernel/qpalette.cpp index ba43c2f3c72..665cc430ccb 100644 --- a/src/gui/kernel/qpalette.cpp +++ b/src/gui/kernel/qpalette.cpp @@ -1115,14 +1115,14 @@ void QPalette::setColorGroup(ColorGroup cg, const QBrush &foreground, const QBru Q_GUI_EXPORT QPalette qt_fusionPalette() { - QColor backGround(239, 235, 231); + QColor backGround(239, 239, 239); QColor light = backGround.lighter(150); QColor mid(backGround.darker(130)); QColor midLight = mid.lighter(110); QColor base = Qt::white; QColor disabledBase(backGround); QColor dark = backGround.darker(150); - QColor darkDisabled = QColor(209, 200, 191).darker(110); + QColor darkDisabled = QColor(209, 209, 209).darker(110); QColor text = Qt::black; QColor hightlightedText = Qt::white; QColor disabledText = QColor(190, 190, 190); @@ -1145,7 +1145,7 @@ Q_GUI_EXPORT QPalette qt_fusionPalette() fusionPalette.setBrush(QPalette::Active, QPalette::Highlight, QColor(48, 140, 198)); fusionPalette.setBrush(QPalette::Inactive, QPalette::Highlight, QColor(48, 140, 198)); - fusionPalette.setBrush(QPalette::Disabled, QPalette::Highlight, QColor(145, 141, 126)); + fusionPalette.setBrush(QPalette::Disabled, QPalette::Highlight, QColor(145, 145, 145)); return fusionPalette; } diff --git a/tests/auto/widgets/widgets/qframe/images/box_noshadow_0_0.png b/tests/auto/widgets/widgets/qframe/images/box_noshadow_0_0.png index f1d63927790..2647ac98b2f 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_noshadow_0_0.png and b/tests/auto/widgets/widgets/qframe/images/box_noshadow_0_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_noshadow_0_1.png b/tests/auto/widgets/widgets/qframe/images/box_noshadow_0_1.png index f1d63927790..2647ac98b2f 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_noshadow_0_1.png and b/tests/auto/widgets/widgets/qframe/images/box_noshadow_0_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_noshadow_0_2.png b/tests/auto/widgets/widgets/qframe/images/box_noshadow_0_2.png index f1d63927790..2647ac98b2f 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_noshadow_0_2.png and b/tests/auto/widgets/widgets/qframe/images/box_noshadow_0_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_noshadow_1_0.png b/tests/auto/widgets/widgets/qframe/images/box_noshadow_1_0.png index 0cc9090e3bd..84be4451386 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_noshadow_1_0.png and b/tests/auto/widgets/widgets/qframe/images/box_noshadow_1_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_noshadow_1_1.png b/tests/auto/widgets/widgets/qframe/images/box_noshadow_1_1.png index 0cc9090e3bd..84be4451386 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_noshadow_1_1.png and b/tests/auto/widgets/widgets/qframe/images/box_noshadow_1_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_noshadow_1_2.png b/tests/auto/widgets/widgets/qframe/images/box_noshadow_1_2.png index 0cc9090e3bd..84be4451386 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_noshadow_1_2.png and b/tests/auto/widgets/widgets/qframe/images/box_noshadow_1_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_noshadow_2_0.png b/tests/auto/widgets/widgets/qframe/images/box_noshadow_2_0.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_noshadow_2_0.png and b/tests/auto/widgets/widgets/qframe/images/box_noshadow_2_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_noshadow_2_1.png b/tests/auto/widgets/widgets/qframe/images/box_noshadow_2_1.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_noshadow_2_1.png and b/tests/auto/widgets/widgets/qframe/images/box_noshadow_2_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_noshadow_2_2.png b/tests/auto/widgets/widgets/qframe/images/box_noshadow_2_2.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_noshadow_2_2.png and b/tests/auto/widgets/widgets/qframe/images/box_noshadow_2_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_plain_0_0.png b/tests/auto/widgets/widgets/qframe/images/box_plain_0_0.png index f1d63927790..2647ac98b2f 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_plain_0_0.png and b/tests/auto/widgets/widgets/qframe/images/box_plain_0_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_plain_0_1.png b/tests/auto/widgets/widgets/qframe/images/box_plain_0_1.png index f1d63927790..2647ac98b2f 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_plain_0_1.png and b/tests/auto/widgets/widgets/qframe/images/box_plain_0_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_plain_0_2.png b/tests/auto/widgets/widgets/qframe/images/box_plain_0_2.png index f1d63927790..2647ac98b2f 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_plain_0_2.png and b/tests/auto/widgets/widgets/qframe/images/box_plain_0_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_plain_1_0.png b/tests/auto/widgets/widgets/qframe/images/box_plain_1_0.png index 0cc9090e3bd..84be4451386 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_plain_1_0.png and b/tests/auto/widgets/widgets/qframe/images/box_plain_1_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_plain_1_1.png b/tests/auto/widgets/widgets/qframe/images/box_plain_1_1.png index 0cc9090e3bd..84be4451386 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_plain_1_1.png and b/tests/auto/widgets/widgets/qframe/images/box_plain_1_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_plain_1_2.png b/tests/auto/widgets/widgets/qframe/images/box_plain_1_2.png index 0cc9090e3bd..84be4451386 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_plain_1_2.png and b/tests/auto/widgets/widgets/qframe/images/box_plain_1_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_plain_2_0.png b/tests/auto/widgets/widgets/qframe/images/box_plain_2_0.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_plain_2_0.png and b/tests/auto/widgets/widgets/qframe/images/box_plain_2_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_plain_2_1.png b/tests/auto/widgets/widgets/qframe/images/box_plain_2_1.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_plain_2_1.png and b/tests/auto/widgets/widgets/qframe/images/box_plain_2_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_plain_2_2.png b/tests/auto/widgets/widgets/qframe/images/box_plain_2_2.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_plain_2_2.png and b/tests/auto/widgets/widgets/qframe/images/box_plain_2_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_raised_0_0.png b/tests/auto/widgets/widgets/qframe/images/box_raised_0_0.png index f1d63927790..2647ac98b2f 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_raised_0_0.png and b/tests/auto/widgets/widgets/qframe/images/box_raised_0_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_raised_0_1.png b/tests/auto/widgets/widgets/qframe/images/box_raised_0_1.png index b2ab941d304..e35498674c6 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_raised_0_1.png and b/tests/auto/widgets/widgets/qframe/images/box_raised_0_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_raised_0_2.png b/tests/auto/widgets/widgets/qframe/images/box_raised_0_2.png index 21ebe53effb..b958b622594 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_raised_0_2.png and b/tests/auto/widgets/widgets/qframe/images/box_raised_0_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_raised_1_0.png b/tests/auto/widgets/widgets/qframe/images/box_raised_1_0.png index 4f097cee48e..879f6ddc312 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_raised_1_0.png and b/tests/auto/widgets/widgets/qframe/images/box_raised_1_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_raised_1_1.png b/tests/auto/widgets/widgets/qframe/images/box_raised_1_1.png index 86f9ed61864..343caa06e45 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_raised_1_1.png and b/tests/auto/widgets/widgets/qframe/images/box_raised_1_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_raised_1_2.png b/tests/auto/widgets/widgets/qframe/images/box_raised_1_2.png index 51a7899d05a..377e1377f2e 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_raised_1_2.png and b/tests/auto/widgets/widgets/qframe/images/box_raised_1_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_raised_2_0.png b/tests/auto/widgets/widgets/qframe/images/box_raised_2_0.png index 8c3769c32d0..d59309bb3e5 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_raised_2_0.png and b/tests/auto/widgets/widgets/qframe/images/box_raised_2_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_raised_2_1.png b/tests/auto/widgets/widgets/qframe/images/box_raised_2_1.png index 81e0c2a152c..36f6c0a9f30 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_raised_2_1.png and b/tests/auto/widgets/widgets/qframe/images/box_raised_2_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_raised_2_2.png b/tests/auto/widgets/widgets/qframe/images/box_raised_2_2.png index 107272d0b9f..c6bdab7eb4b 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_raised_2_2.png and b/tests/auto/widgets/widgets/qframe/images/box_raised_2_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_sunken_0_0.png b/tests/auto/widgets/widgets/qframe/images/box_sunken_0_0.png index f1d63927790..2647ac98b2f 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_sunken_0_0.png and b/tests/auto/widgets/widgets/qframe/images/box_sunken_0_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_sunken_0_1.png b/tests/auto/widgets/widgets/qframe/images/box_sunken_0_1.png index b2ab941d304..e35498674c6 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_sunken_0_1.png and b/tests/auto/widgets/widgets/qframe/images/box_sunken_0_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_sunken_0_2.png b/tests/auto/widgets/widgets/qframe/images/box_sunken_0_2.png index 21ebe53effb..b958b622594 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_sunken_0_2.png and b/tests/auto/widgets/widgets/qframe/images/box_sunken_0_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_sunken_1_0.png b/tests/auto/widgets/widgets/qframe/images/box_sunken_1_0.png index 6905baa1fdb..7e57872d197 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_sunken_1_0.png and b/tests/auto/widgets/widgets/qframe/images/box_sunken_1_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_sunken_1_1.png b/tests/auto/widgets/widgets/qframe/images/box_sunken_1_1.png index 9d5440b3aae..8bf9170f890 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_sunken_1_1.png and b/tests/auto/widgets/widgets/qframe/images/box_sunken_1_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_sunken_1_2.png b/tests/auto/widgets/widgets/qframe/images/box_sunken_1_2.png index 17eb7f59c0c..bb34a4db296 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_sunken_1_2.png and b/tests/auto/widgets/widgets/qframe/images/box_sunken_1_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_sunken_2_0.png b/tests/auto/widgets/widgets/qframe/images/box_sunken_2_0.png index a6ccd54a39c..4aa344ad54f 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_sunken_2_0.png and b/tests/auto/widgets/widgets/qframe/images/box_sunken_2_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_sunken_2_1.png b/tests/auto/widgets/widgets/qframe/images/box_sunken_2_1.png index 3736bf6c997..da5f2ba6b9a 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_sunken_2_1.png and b/tests/auto/widgets/widgets/qframe/images/box_sunken_2_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/box_sunken_2_2.png b/tests/auto/widgets/widgets/qframe/images/box_sunken_2_2.png index 5750751c58c..80ce6d846ee 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/box_sunken_2_2.png and b/tests/auto/widgets/widgets/qframe/images/box_sunken_2_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_0_0.png b/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_0_0.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_0_0.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_0_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_0_1.png b/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_0_1.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_0_1.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_0_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_0_2.png b/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_0_2.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_0_2.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_0_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_1_0.png b/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_1_0.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_1_0.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_1_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_1_1.png b/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_1_1.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_1_1.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_1_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_1_2.png b/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_1_2.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_1_2.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_1_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_2_0.png b/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_2_0.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_2_0.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_2_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_2_1.png b/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_2_1.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_2_1.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_2_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_2_2.png b/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_2_2.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_2_2.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_noshadow_2_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_plain_0_0.png b/tests/auto/widgets/widgets/qframe/images/winpanel_plain_0_0.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_plain_0_0.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_plain_0_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_plain_0_1.png b/tests/auto/widgets/widgets/qframe/images/winpanel_plain_0_1.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_plain_0_1.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_plain_0_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_plain_0_2.png b/tests/auto/widgets/widgets/qframe/images/winpanel_plain_0_2.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_plain_0_2.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_plain_0_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_plain_1_0.png b/tests/auto/widgets/widgets/qframe/images/winpanel_plain_1_0.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_plain_1_0.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_plain_1_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_plain_1_1.png b/tests/auto/widgets/widgets/qframe/images/winpanel_plain_1_1.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_plain_1_1.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_plain_1_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_plain_1_2.png b/tests/auto/widgets/widgets/qframe/images/winpanel_plain_1_2.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_plain_1_2.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_plain_1_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_plain_2_0.png b/tests/auto/widgets/widgets/qframe/images/winpanel_plain_2_0.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_plain_2_0.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_plain_2_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_plain_2_1.png b/tests/auto/widgets/widgets/qframe/images/winpanel_plain_2_1.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_plain_2_1.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_plain_2_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_plain_2_2.png b/tests/auto/widgets/widgets/qframe/images/winpanel_plain_2_2.png index 61f683df526..8c29cd99652 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_plain_2_2.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_plain_2_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_raised_0_0.png b/tests/auto/widgets/widgets/qframe/images/winpanel_raised_0_0.png index 00447760ec8..a28358ec55e 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_raised_0_0.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_raised_0_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_raised_0_1.png b/tests/auto/widgets/widgets/qframe/images/winpanel_raised_0_1.png index 00447760ec8..a28358ec55e 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_raised_0_1.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_raised_0_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_raised_0_2.png b/tests/auto/widgets/widgets/qframe/images/winpanel_raised_0_2.png index 00447760ec8..a28358ec55e 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_raised_0_2.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_raised_0_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_raised_1_0.png b/tests/auto/widgets/widgets/qframe/images/winpanel_raised_1_0.png index 00447760ec8..a28358ec55e 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_raised_1_0.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_raised_1_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_raised_1_1.png b/tests/auto/widgets/widgets/qframe/images/winpanel_raised_1_1.png index 00447760ec8..a28358ec55e 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_raised_1_1.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_raised_1_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_raised_1_2.png b/tests/auto/widgets/widgets/qframe/images/winpanel_raised_1_2.png index 00447760ec8..a28358ec55e 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_raised_1_2.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_raised_1_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_raised_2_0.png b/tests/auto/widgets/widgets/qframe/images/winpanel_raised_2_0.png index 00447760ec8..a28358ec55e 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_raised_2_0.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_raised_2_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_raised_2_1.png b/tests/auto/widgets/widgets/qframe/images/winpanel_raised_2_1.png index 00447760ec8..a28358ec55e 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_raised_2_1.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_raised_2_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_raised_2_2.png b/tests/auto/widgets/widgets/qframe/images/winpanel_raised_2_2.png index 00447760ec8..a28358ec55e 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_raised_2_2.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_raised_2_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_0_0.png b/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_0_0.png index 4c809a2c801..b5ea56f4223 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_0_0.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_0_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_0_1.png b/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_0_1.png index 4c809a2c801..b5ea56f4223 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_0_1.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_0_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_0_2.png b/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_0_2.png index 4c809a2c801..b5ea56f4223 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_0_2.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_0_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_1_0.png b/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_1_0.png index 4c809a2c801..b5ea56f4223 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_1_0.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_1_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_1_1.png b/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_1_1.png index 4c809a2c801..b5ea56f4223 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_1_1.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_1_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_1_2.png b/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_1_2.png index 4c809a2c801..b5ea56f4223 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_1_2.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_1_2.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_2_0.png b/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_2_0.png index 4c809a2c801..b5ea56f4223 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_2_0.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_2_0.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_2_1.png b/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_2_1.png index 4c809a2c801..b5ea56f4223 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_2_1.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_2_1.png differ diff --git a/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_2_2.png b/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_2_2.png index 4c809a2c801..b5ea56f4223 100644 Binary files a/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_2_2.png and b/tests/auto/widgets/widgets/qframe/images/winpanel_sunken_2_2.png differ