Start with empty string for checkbox

This commit is contained in:
Zach Fox 2017-06-15 16:34:13 -07:00
parent 3df414df36
commit 749dede8b3

View file

@ -253,7 +253,7 @@ Rectangle {
anchors.left: parent.left;
anchors.top: monitorShowsSwitch.bottom;
anchors.topMargin: 25;
text: "Pressing Ctrl+0 Switches Monitor View";
text: "";
boxSize: 24;
onClicked: {
sendToScript({method: 'changeSwitchViewFromControllerPreference', params: checked});