!13 close-cd: #130873, 解决播放历史弹框过高问题

Merge pull request !13 from 陈晨/openkylin/yangtze
This commit is contained in:
yusq77 2023-06-14 02:06:18 +00:00 committed by Gitee
commit 41d2b2fcc0
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
2 changed files with 10 additions and 1 deletions

View File

@ -863,7 +863,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~0723) 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~0722) yangtze; urgency=medium
* [BUG]