temporarily remove styling

This commit is contained in:
vladest 2018-03-04 18:46:27 +01:00
parent 1d43ca48bd
commit 9f151566bf

View file

@ -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
}
}
}*/
}