mirror of
https://github.com/overte-org/overte.git
synced 2025-08-04 13:37:28 +02:00
Final Change - They're now Radio Boxes.
This commit is contained in:
parent
9c152ddc6f
commit
84609f27e3
1 changed files with 2 additions and 2 deletions
|
@ -32,7 +32,7 @@ Original.RadioButton {
|
|||
id: box
|
||||
width: boxSize
|
||||
height: boxSize
|
||||
radius: boxRadius
|
||||
radius: 7
|
||||
gradient: Gradient {
|
||||
GradientStop {
|
||||
position: 0.2
|
||||
|
@ -52,7 +52,7 @@ Original.RadioButton {
|
|||
id: check
|
||||
width: checkSize
|
||||
height: checkSize
|
||||
radius: checkRadius
|
||||
radius: 7
|
||||
anchors.centerIn: parent
|
||||
color: hifi.colors.checkBoxChecked
|
||||
border.width: 1
|
||||
|
|
Loading…
Reference in a new issue