forked from qt-creator/qt-creator
Squish: Fix expected color
Change-Id: I9f0b1ceb1b927c86b1f4fc08c0fb2f17ce4f2975 Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
committed by
Robert Loehning
parent
b0795c3210
commit
0624944a24
@@ -41,7 +41,7 @@ def clickItemVerifyHelpCombo(button, expectedHelpComboRegex, testDetails):
|
|||||||
"Verifying: '%s' button is being displayed." % getStarted)
|
"Verifying: '%s' button is being displayed." % getStarted)
|
||||||
def buttonActive(button):
|
def buttonActive(button):
|
||||||
# colors of the default theme for active button on Welcome page
|
# colors of the default theme for active button on Welcome page
|
||||||
(activeRed, activeGreen, activeBlue) = (64, 66, 68)
|
(activeRed, activeGreen, activeBlue) = (64, 65, 66)
|
||||||
# QPalette::Window (used background color of Welcome page buttons)
|
# QPalette::Window (used background color of Welcome page buttons)
|
||||||
enumQPaletteWindow = 10
|
enumQPaletteWindow = 10
|
||||||
color = button.palette.color(enumQPaletteWindow)
|
color = button.palette.color(enumQPaletteWindow)
|
||||||
|
Reference in New Issue
Block a user