mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-04 03:56:26 +00:00
Checkbox QML development
This commit is contained in:
parent
8c44c4c842
commit
8295b9dffd
1 changed files with 4 additions and 3 deletions
|
@ -52,9 +52,10 @@ RowLayout {
|
||||||
anchors.left: parent.left
|
anchors.left: parent.left
|
||||||
width: 25 * scaleRatio
|
width: 25 * scaleRatio
|
||||||
height: checkBox.height - 1
|
height: checkBox.height - 1
|
||||||
//radius: 4
|
radius: 3
|
||||||
y: 0
|
y: 0
|
||||||
color: "#DBDBDB"
|
color: "transparent"
|
||||||
|
border.color: Qt.rgba(1, 1, 1, 0.25)
|
||||||
}
|
}
|
||||||
|
|
||||||
Rectangle {
|
Rectangle {
|
||||||
|
@ -64,7 +65,7 @@ RowLayout {
|
||||||
height: checkBox.height - 1
|
height: checkBox.height - 1
|
||||||
//radius: 4
|
//radius: 4
|
||||||
y: 1
|
y: 1
|
||||||
color: "#FFFFFF"
|
color: "transparent"
|
||||||
|
|
||||||
Image {
|
Image {
|
||||||
anchors.centerIn: parent
|
anchors.centerIn: parent
|
||||||
|
|
Loading…
Reference in a new issue