Merge pull request #349 from amnezia-vpn/bugfix/changed_cursorshape_for_cardtype
updated cursorshape of cardtype to Qt.PointingHandCursor
This commit is contained in:
commit
16ccfb8714
1 changed files with 7 additions and 0 deletions
|
|
@ -123,4 +123,11 @@ RadioButton {
|
||||||
Layout.bottomMargin: 16
|
Layout.bottomMargin: 16
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
MouseArea {
|
||||||
|
anchors.fill: parent
|
||||||
|
|
||||||
|
cursorShape: Qt.PointingHandCursor
|
||||||
|
enabled: false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue