forked from qt-creator/qt-creator
QmlDesigner: Adapt push button icons to widget style
Change-Id: I755700ff345853d51c1cdc49d1da7bc223ac0601 Reviewed-by: Thomas Hartmann <thomas.hartmann@qt.io>
This commit is contained in:
@@ -113,7 +113,7 @@ QtObject {
|
|||||||
|
|
||||||
component IconColors: QtObject {
|
component IconColors: QtObject {
|
||||||
property color idle: Values.themeIconColor
|
property color idle: Values.themeIconColor
|
||||||
property color interaction: Values.themeIconColorInteraction
|
property color interaction: Values.themeIconColor
|
||||||
property color selected: Values.themeIconColorSelected
|
property color selected: Values.themeIconColorSelected
|
||||||
property color hover: Values.themeIconColorHover
|
property color hover: Values.themeIconColorHover
|
||||||
property color disabled: Values.themeIconColorDisabled
|
property color disabled: Values.themeIconColorDisabled
|
||||||
|
@@ -14,7 +14,7 @@ ControlStyle {
|
|||||||
icon: ControlStyle.IconColors {
|
icon: ControlStyle.IconColors {
|
||||||
idle: Values.themeTextColor
|
idle: Values.themeTextColor
|
||||||
hover: Values.themeTextColor
|
hover: Values.themeTextColor
|
||||||
interaction: Values.themeTextSelectedTextColor
|
interaction: Values.themeIconColor
|
||||||
disabled: "#636363"
|
disabled: "#636363"
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -13,7 +13,7 @@ ControlStyle {
|
|||||||
icon: ControlStyle.IconColors {
|
icon: ControlStyle.IconColors {
|
||||||
idle: Values.themeTextColor
|
idle: Values.themeTextColor
|
||||||
hover: Values.themeTextColor
|
hover: Values.themeTextColor
|
||||||
interaction: Values.themeTextSelectedTextColor
|
interaction: Values.themeIconColor
|
||||||
disabled: Values.themeToolbarIcon_blocked
|
disabled: Values.themeToolbarIcon_blocked
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -15,7 +15,7 @@ ControlStyle {
|
|||||||
icon: ControlStyle.IconColors {
|
icon: ControlStyle.IconColors {
|
||||||
idle: Values.themeTextColor
|
idle: Values.themeTextColor
|
||||||
hover: Values.themeTextColor
|
hover: Values.themeTextColor
|
||||||
interaction: Values.themeTextSelectedTextColor
|
interaction: Values.themeIconColor
|
||||||
disabled: Values.themeToolbarIcon_blocked
|
disabled: Values.themeToolbarIcon_blocked
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@@ -143,7 +143,7 @@ DStextSelectedTextColor=ff000000
|
|||||||
DSplaceholderTextColor=ffffffff
|
DSplaceholderTextColor=ffffffff
|
||||||
DSplaceholderTextColorInteraction=ffababab
|
DSplaceholderTextColorInteraction=ffababab
|
||||||
|
|
||||||
DSiconColor=ffffffff
|
DSiconColor=fullWhite
|
||||||
DSiconColorHover=ffffffff
|
DSiconColorHover=ffffffff
|
||||||
DSiconColorDisabled=ffC7C7C7
|
DSiconColorDisabled=ffC7C7C7
|
||||||
DSiconColorSelected=ff2aafd3
|
DSiconColorSelected=ff2aafd3
|
||||||
|
Reference in New Issue
Block a user