mirror of
https://github.com/overte-org/overte.git
synced 2025-08-05 23:39:26 +02: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 {
|
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();
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue