Skip to content

Commit

Permalink
change color of new icon
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasMizera authored and PeterPetrik committed Nov 17, 2020
1 parent 5139995 commit a503047
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/quickgui/plugin/editor/qgsquickvaluerelation.qml
Expand Up @@ -196,7 +196,7 @@ Item {
ColorOverlay {
anchors.fill: rightArrow
source: rightArrow
color: customStyle.toolbutton.backgroundColorInvalid
color: isReadOnly ? customStyle.toolbutton.backgroundColorInvalid : customStyle.toolbutton.activeButtonColor
}

background: Rectangle {
Expand Down
1 change: 1 addition & 0 deletions src/quickgui/plugin/qgsquickfeatureformstyling.qml
Expand Up @@ -56,6 +56,7 @@ QtObject {
property QtObject toolbutton: QtObject {
property color backgroundColor: "transparent"
property color backgroundColorInvalid: "#bdc3c7"
property color activeButtonColor: "black"
property real size: 80 * QgsQuick.Utils.dp
}

Expand Down

0 comments on commit a503047

Please sign in to comment.