mirror of
https://github.com/lubosz/overte.git
synced 2025-04-10 17:22:40 +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 {
|
||||
id: secondSeparator;
|
||||
anchors.top: systemInjectorGainContainer.visible ? systemInjectorGainContainer.bottom : switchesContainer.bottom;
|
||||
anchors.top: systemInjectorGainContainer.bottom;
|
||||
anchors.topMargin: 10;
|
||||
}
|
||||
|
||||
|
@ -611,7 +611,7 @@ Rectangle {
|
|||
|
||||
Separator {
|
||||
id: thirdSeparator;
|
||||
anchors.top: inputView.visible ? inputView.bottom : outputDeviceHeader.bottom;
|
||||
anchors.top: inputView.bottom;
|
||||
anchors.topMargin: 10;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue