forked from qt-creator/qt-creator
QmlDesigner: Fix buttons in expression editor
We were using the wrong icons. Change-Id: Idadba6947b3b44291f08977a2663ea9864e7eb33 Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -206,7 +206,7 @@ Item {
|
||||
Image {
|
||||
width: 16
|
||||
height: 16
|
||||
source: "image://icons/error"
|
||||
source: "image://icons/ok"
|
||||
opacity: {
|
||||
if (control.pressed)
|
||||
return 0.8;
|
||||
@@ -235,7 +235,7 @@ Item {
|
||||
Image {
|
||||
width: 16
|
||||
height: 16
|
||||
source: "image://icons/ok"
|
||||
source: "image://icons/error"
|
||||
opacity: {
|
||||
if (control.pressed)
|
||||
return 0.8;
|
||||
|
Reference in New Issue
Block a user