mirror of
https://github.com/overte-org/overte.git
synced 2025-07-23 14:44:01 +02:00
Change slider label from "master gain" to "master volume"
This commit is contained in:
parent
68e9ec9b23
commit
addcb51ed9
1 changed files with 1 additions and 1 deletions
|
@ -576,7 +576,7 @@ Item {
|
||||||
// The slider for my card is special, it controls the master gain
|
// The slider for my card is special, it controls the master gain
|
||||||
id: gainSliderText;
|
id: gainSliderText;
|
||||||
visible: isMyCard;
|
visible: isMyCard;
|
||||||
text: "master gain";
|
text: "master volume";
|
||||||
size: hifi.fontSizes.tabularData;
|
size: hifi.fontSizes.tabularData;
|
||||||
anchors.left: parent.right;
|
anchors.left: parent.right;
|
||||||
anchors.leftMargin: 8;
|
anchors.leftMargin: 8;
|
||||||
|
|
Loading…
Reference in a new issue