mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-06 15:13:57 +02:00
Fix order of playlist and volume / settings dropdowns.
This commit is contained in:
parent
74cfaff100
commit
4f02f722ae
1 changed files with 7 additions and 7 deletions
|
@ -1835,12 +1835,6 @@ void MainWidget::orderWidgets() {
|
||||||
if (_callTopBar) {
|
if (_callTopBar) {
|
||||||
_callTopBar->raise();
|
_callTopBar->raise();
|
||||||
}
|
}
|
||||||
if (_playerVolume) {
|
|
||||||
_playerVolume->raise();
|
|
||||||
}
|
|
||||||
if (_playerRepeat) {
|
|
||||||
_playerRepeat->raise();
|
|
||||||
}
|
|
||||||
_sideShadow->raise();
|
_sideShadow->raise();
|
||||||
if (_thirdShadow) {
|
if (_thirdShadow) {
|
||||||
_thirdShadow->raise();
|
_thirdShadow->raise();
|
||||||
|
@ -1852,8 +1846,14 @@ void MainWidget::orderWidgets() {
|
||||||
_thirdColumnResizeArea->raise();
|
_thirdColumnResizeArea->raise();
|
||||||
}
|
}
|
||||||
_connecting->raise();
|
_connecting->raise();
|
||||||
_playerPlaylist->raise();
|
|
||||||
floatPlayerRaiseAll();
|
floatPlayerRaiseAll();
|
||||||
|
_playerPlaylist->raise();
|
||||||
|
if (_playerVolume) {
|
||||||
|
_playerVolume->raise();
|
||||||
|
}
|
||||||
|
if (_playerRepeat) {
|
||||||
|
_playerRepeat->raise();
|
||||||
|
}
|
||||||
if (_hider) _hider->raise();
|
if (_hider) _hider->raise();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue