[BUG]130873 - 解决播放历史弹框过高问题

This commit is contained in:
chenchen1 2023-06-14 09:35:58 +08:00
parent 089f046601
commit 64a1693abc
2 changed files with 10 additions and 1 deletions

View File

@ -861,7 +861,7 @@ void Widget::movePlayHistoryWid()
QPoint historyPos = playSongArea->listBtn->mapToGlobal(playSongArea->listBtn->rect().topRight());
QSize size = historyListTable->size();
historyPos.setX(historyPos.x() + 26 - size.width());
historyPos.setY(historyPos.y() - 30 - size.height());
historyPos.setY(historyPos.y() - 25 - size.height());
QSize historySize = playSongArea->listBtn->size();
int newPosX = historyPos.x() - 26 + size.width();
int newPosY = historyPos.y() + 30 + size.height();

9
debian/changelog vendored
View File

@ -1,3 +1,12 @@
kylin-music (1.1.0.47-ok6~0720) yangtze; urgency=medium
* [BUG]
- close-cd: #130873, 解决播放历史弹框过高问题
* 其他: 无
-- chenchen1 <chenchen1@kylinos.cn> Wed, 14 Jun 2023 09:30:08 +0800
kylin-music (1.1.0.47-ok6~0719) yangtze; urgency=medium
* [BUG]