Fix up some Settings dialogs' titles

This commit is contained in:
David Rowe 2018-09-06 11:15:14 +12:00
parent 960bf00e12
commit a7099025dc
2 changed files with 3 additions and 1 deletions

View file

@ -26,7 +26,7 @@ Rectangle {
HifiConstants { id: hifi; }
property var eventBridge;
property string title: "Audio Settings - " + AudioScriptingInterface.context;
property string title: "Audio Settings"
signal sendToScript(var message);
color: hifi.colors.baseGray;

View file

@ -24,6 +24,8 @@ Item {
height: parent.height
width: parent.width
property string title: "Controls"
HifiConstants { id: hifi }
TabBar {