Remove if statements that are not needed anymore

This commit is contained in:
motofckr9k 2020-06-19 23:37:26 +02:00
parent 0c8cc0a806
commit 3aefa6ad9c

View file

@ -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;
} }