Improve some text and make checkboxes square

This commit is contained in:
David Rowe 2020-06-27 15:54:15 +12:00
parent 2e9a8e2b33
commit 258fc8a2f4
2 changed files with 3 additions and 9 deletions

View file

@ -179,7 +179,7 @@ Item {
HifiControls.CheckBox { HifiControls.CheckBox {
id: checkBox id: checkBox
colorScheme: hifi.colorSchemes.dark colorScheme: hifi.colorSchemes.dark
text: "show all input devices" text: "Show all input devices"
onClicked: { onClicked: {
box.model = inputPlugins(); box.model = inputPlugins();

View file

@ -361,9 +361,9 @@ Flickable {
RalewayRegular { RalewayRegular {
id: info id: info
text: "See Recommended Tracker Placement" text: "See Recommended Placement"
color: hifi.colors.blueHighlight color: hifi.colors.blueHighlight
size: 10 size: 12
anchors { anchors {
left: additional.right left: additional.right
leftMargin: 10 leftMargin: 10
@ -416,7 +416,6 @@ Flickable {
id: feetBox id: feetBox
width: 15 width: 15
height: 15 height: 15
boxRadius: 7
onClicked: { onClicked: {
if (!checked) { if (!checked) {
@ -447,7 +446,6 @@ Flickable {
id: hipBox id: hipBox
width: 15 width: 15
height: 15 height: 15
boxRadius: 7
onClicked: { onClicked: {
if (checked) { if (checked) {
@ -487,7 +485,6 @@ Flickable {
id: chestBox id: chestBox
width: 15 width: 15
height: 15 height: 15
boxRadius: 7
onClicked: { onClicked: {
if (checked) { if (checked) {
@ -525,7 +522,6 @@ Flickable {
id: shoulderBox id: shoulderBox
width: 15 width: 15
height: 15 height: 15
boxRadius: 7
onClicked: { onClicked: {
if (checked) { if (checked) {
@ -824,7 +820,6 @@ Flickable {
id: viveInDesktop id: viveInDesktop
width: 15 width: 15
height: 15 height: 15
boxRadius: 7
anchors.top: advanceSettings.bottom anchors.top: advanceSettings.bottom
anchors.topMargin: 5 anchors.topMargin: 5
@ -846,7 +841,6 @@ Flickable {
id: eyeTracking id: eyeTracking
width: 15 width: 15
height: 15 height: 15
boxRadius: 7
anchors.top: viveInDesktop.bottom anchors.top: viveInDesktop.bottom
anchors.topMargin: 5 anchors.topMargin: 5