mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +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
|
||||
width: 25 * scaleRatio
|
||||
height: checkBox.height - 1
|
||||
//radius: 4
|
||||
radius: 3
|
||||
y: 0
|
||||
color: "#DBDBDB"
|
||||
color: "transparent"
|
||||
border.color: Qt.rgba(1, 1, 1, 0.25)
|
||||
}
|
||||
|
||||
Rectangle {
|
||||
|
@ -64,7 +65,7 @@ RowLayout {
|
|||
height: checkBox.height - 1
|
||||
//radius: 4
|
||||
y: 1
|
||||
color: "#FFFFFF"
|
||||
color: "transparent"
|
||||
|
||||
Image {
|
||||
anchors.centerIn: parent
|
||||
|
|
Loading…
Reference in a new issue