forked from qt-creator/qt-creator
QmlDesigner: Fix design themes for alternating rows
We use the same color for base and alternativeBase, which has the same effect as setting setAlternatingRowColors to false. Task-number: QDS-6245 Change-Id: I1308b70790227327808d042f5b2626dd92db19ef Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -374,7 +374,7 @@ QmlDesigner_ScrollBarHandleColor=ff8b8e8f
|
|||||||
PaletteWindow=selectedBackground
|
PaletteWindow=selectedBackground
|
||||||
PaletteWindowText=text
|
PaletteWindowText=text
|
||||||
PaletteBase=normalBackground
|
PaletteBase=normalBackground
|
||||||
PaletteAlternateBase=alternateBackground
|
PaletteAlternateBase=normalBackground
|
||||||
PaletteButton=selectedBackground
|
PaletteButton=selectedBackground
|
||||||
PaletteBrightText=selectedBackgroundText
|
PaletteBrightText=selectedBackgroundText
|
||||||
PaletteText=text
|
PaletteText=text
|
||||||
|
@@ -430,8 +430,8 @@ PaletteBase=normalBackground
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
;can't see where this is used.
|
;can't see where this is used. ;Used in plugin dialog
|
||||||
PaletteAlternateBase=alternateBackground
|
PaletteAlternateBase=normalBackground
|
||||||
;PaletteAlternateBase=ffd3299a
|
;PaletteAlternateBase=ffd3299a
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user