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
|
||||
PaletteWindowText=text
|
||||
PaletteBase=normalBackground
|
||||
PaletteAlternateBase=alternateBackground
|
||||
PaletteAlternateBase=normalBackground
|
||||
PaletteButton=selectedBackground
|
||||
PaletteBrightText=selectedBackgroundText
|
||||
PaletteText=text
|
||||
|
@@ -430,8 +430,8 @@ PaletteBase=normalBackground
|
||||
|
||||
|
||||
|
||||
;can't see where this is used.
|
||||
PaletteAlternateBase=alternateBackground
|
||||
;can't see where this is used. ;Used in plugin dialog
|
||||
PaletteAlternateBase=normalBackground
|
||||
;PaletteAlternateBase=ffd3299a
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user