Merge pull request !13 from 陈晨/openkylin/yangtze
This commit is contained in:
commit
41d2b2fcc0
|
@ -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();
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Reference in New Issue