mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Improve some text and make checkboxes square
This commit is contained in:
parent
2e9a8e2b33
commit
258fc8a2f4
2 changed files with 3 additions and 9 deletions
|
@ -179,7 +179,7 @@ Item {
|
|||
HifiControls.CheckBox {
|
||||
id: checkBox
|
||||
colorScheme: hifi.colorSchemes.dark
|
||||
text: "show all input devices"
|
||||
text: "Show all input devices"
|
||||
|
||||
onClicked: {
|
||||
box.model = inputPlugins();
|
||||
|
|
|
@ -361,9 +361,9 @@ Flickable {
|
|||
RalewayRegular {
|
||||
id: info
|
||||
|
||||
text: "See Recommended Tracker Placement"
|
||||
text: "See Recommended Placement"
|
||||
color: hifi.colors.blueHighlight
|
||||
size: 10
|
||||
size: 12
|
||||
anchors {
|
||||
left: additional.right
|
||||
leftMargin: 10
|
||||
|
@ -416,7 +416,6 @@ Flickable {
|
|||
id: feetBox
|
||||
width: 15
|
||||
height: 15
|
||||
boxRadius: 7
|
||||
|
||||
onClicked: {
|
||||
if (!checked) {
|
||||
|
@ -447,7 +446,6 @@ Flickable {
|
|||
id: hipBox
|
||||
width: 15
|
||||
height: 15
|
||||
boxRadius: 7
|
||||
|
||||
onClicked: {
|
||||
if (checked) {
|
||||
|
@ -487,7 +485,6 @@ Flickable {
|
|||
id: chestBox
|
||||
width: 15
|
||||
height: 15
|
||||
boxRadius: 7
|
||||
|
||||
onClicked: {
|
||||
if (checked) {
|
||||
|
@ -525,7 +522,6 @@ Flickable {
|
|||
id: shoulderBox
|
||||
width: 15
|
||||
height: 15
|
||||
boxRadius: 7
|
||||
|
||||
onClicked: {
|
||||
if (checked) {
|
||||
|
@ -824,7 +820,6 @@ Flickable {
|
|||
id: viveInDesktop
|
||||
width: 15
|
||||
height: 15
|
||||
boxRadius: 7
|
||||
|
||||
anchors.top: advanceSettings.bottom
|
||||
anchors.topMargin: 5
|
||||
|
@ -846,7 +841,6 @@ Flickable {
|
|||
id: eyeTracking
|
||||
width: 15
|
||||
height: 15
|
||||
boxRadius: 7
|
||||
|
||||
anchors.top: viveInDesktop.bottom
|
||||
anchors.topMargin: 5
|
||||
|
|
Loading…
Reference in a new issue