mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 11:58:10 +02:00
Remove if statements that are not needed anymore
This commit is contained in:
parent
0c8cc0a806
commit
3aefa6ad9c
1 changed files with 2 additions and 2 deletions
|
@ -516,7 +516,7 @@ Rectangle {
|
||||||
|
|
||||||
Separator {
|
Separator {
|
||||||
id: secondSeparator;
|
id: secondSeparator;
|
||||||
anchors.top: systemInjectorGainContainer.visible ? systemInjectorGainContainer.bottom : switchesContainer.bottom;
|
anchors.top: systemInjectorGainContainer.bottom;
|
||||||
anchors.topMargin: 10;
|
anchors.topMargin: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -611,7 +611,7 @@ Rectangle {
|
||||||
|
|
||||||
Separator {
|
Separator {
|
||||||
id: thirdSeparator;
|
id: thirdSeparator;
|
||||||
anchors.top: inputView.visible ? inputView.bottom : outputDeviceHeader.bottom;
|
anchors.top: inputView.bottom;
|
||||||
anchors.topMargin: 10;
|
anchors.topMargin: 10;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue