mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-08-13 04:15:56 +02:00
temporarily remove styling
This commit is contained in:
parent
1d43ca48bd
commit
9f151566bf
1 changed files with 4 additions and 4 deletions
|
@ -38,7 +38,7 @@ Original.CheckBox {
|
|||
// onHovered: {
|
||||
// Tablet.playSound(TabletEnums.ButtonHover);
|
||||
// }
|
||||
|
||||
/*
|
||||
style: CheckBoxStyle {
|
||||
indicator: Rectangle {
|
||||
id: box
|
||||
|
@ -105,9 +105,9 @@ Original.CheckBox {
|
|||
text: checkBox.text
|
||||
color: checkBox.color
|
||||
x: 2
|
||||
//wrapMode: checkBox.wrap ? Text.Wrap : Text.NoWrap
|
||||
//elide: checkBox.wrap ? Text.ElideNone : Text.ElideRight
|
||||
wrapMode: checkBox.wrap ? Text.Wrap : Text.NoWrap
|
||||
elide: checkBox.wrap ? Text.ElideNone : Text.ElideRight
|
||||
enabled: checkBox.enabled
|
||||
}
|
||||
}
|
||||
}*/
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue