mirror of
https://github.com/overte-org/overte.git
synced 2025-04-22 09:33:36 +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
|
||||
minSize: Qt.vector2d(400, 500)
|
||||
|
||||
Audio { id: audioDialog; width: audio.width }
|
||||
|
||||
id: audio
|
||||
objectName: "AudioDialog"
|
||||
title: "Audio Settings - " + Audio.context
|
||||
|
||||
Audio { width: audio.width }
|
||||
title: audioDialog.title
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue