mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 07:57:30 +02:00
Actually move it up this time
This commit is contained in:
parent
37bded0a9b
commit
eaf2ce89e0
1 changed files with 2 additions and 2 deletions
|
@ -332,7 +332,7 @@ Rectangle {
|
||||||
Item {
|
Item {
|
||||||
id: avatarGainContainer
|
id: avatarGainContainer
|
||||||
x: margins.paddings;
|
x: margins.paddings;
|
||||||
anchors.top: outputView.bottom;
|
anchors.top: pttTextContainer.bottom;
|
||||||
anchors.topMargin: 10;
|
anchors.topMargin: 10;
|
||||||
width: parent.width - margins.paddings*2
|
width: parent.width - margins.paddings*2
|
||||||
height: avatarGainSliderTextMetrics.height
|
height: avatarGainSliderTextMetrics.height
|
||||||
|
@ -515,7 +515,7 @@ Rectangle {
|
||||||
|
|
||||||
Separator {
|
Separator {
|
||||||
id: secondSeparator;
|
id: secondSeparator;
|
||||||
anchors.top: pttTextContainer.visible ? pttTextContainer.bottom : switchesContainer.bottom;
|
anchors.top: systemInjectorGainContainer.visible ? systemInjectorGainContainer.bottom : switchesContainer.bottom;
|
||||||
anchors.topMargin: 10;
|
anchors.topMargin: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue