forked from qt-creator/qt-creator
Define PaletteMid explicitly
Since QTCREATORBUG-23505 we use QPalette::Mid for CheckBox and some other control. The value of QPalette::Mid depends on the system. On macOS this created issues with contrast see: QDS-3281 Task-number: QDS-3281 Change-Id: Ic6f83703d16778732992df6bbde50a235306d7c8 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -385,6 +385,7 @@ PaletteWindowDisabled=backgroundColorDisabled
|
|||||||
PaletteWindowTextDisabled=textDisabled
|
PaletteWindowTextDisabled=textDisabled
|
||||||
PaletteBaseDisabled=backgroundColorDisabled
|
PaletteBaseDisabled=backgroundColorDisabled
|
||||||
PaletteTextDisabled=textDisabled
|
PaletteTextDisabled=textDisabled
|
||||||
|
PaletteMid=ffafafaf
|
||||||
|
|
||||||
[Flags]
|
[Flags]
|
||||||
ComboBoxDrawTextShadow=false
|
ComboBoxDrawTextShadow=false
|
||||||
|
Reference in New Issue
Block a user