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:
Thomas Hartmann
2022-03-10 11:15:33 +01:00
parent ccc5cd04d3
commit 234cdd1255
2 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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