mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 09:48:44 +02:00
propagate title in Audio dialog qml
This commit is contained in:
parent
4a39798a97
commit
1a046b4d91
1 changed files with 3 additions and 3 deletions
|
@ -18,9 +18,9 @@ ScrollingWindow {
|
||||||
height: 577
|
height: 577
|
||||||
minSize: Qt.vector2d(400, 500)
|
minSize: Qt.vector2d(400, 500)
|
||||||
|
|
||||||
|
Audio { id: audioDialog; width: audio.width }
|
||||||
|
|
||||||
id: audio
|
id: audio
|
||||||
objectName: "AudioDialog"
|
objectName: "AudioDialog"
|
||||||
title: "Audio Settings - " + Audio.context
|
title: audioDialog.title
|
||||||
|
|
||||||
Audio { width: audio.width }
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue