From 64a1693abcf493df8a41df73ddcf3986c2b2c4c0 Mon Sep 17 00:00:00 2001 From: chenchen1 Date: Wed, 14 Jun 2023 09:35:58 +0800 Subject: [PATCH] =?UTF-8?q?[BUG]130873=20-=20=E8=A7=A3=E5=86=B3=E6=92=AD?= =?UTF-8?q?=E6=94=BE=E5=8E=86=E5=8F=B2=E5=BC=B9=E6=A1=86=E8=BF=87=E9=AB=98?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- UI/mainwidget.cpp | 2 +- debian/changelog | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/UI/mainwidget.cpp b/UI/mainwidget.cpp index 9193ccf..d769da5 100644 --- a/UI/mainwidget.cpp +++ b/UI/mainwidget.cpp @@ -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(); diff --git a/debian/changelog b/debian/changelog index c846af7..6f4ada2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +kylin-music (1.1.0.47-ok6~0720) yangtze; urgency=medium + + * [BUG] + - close-cd: #130873, 解决播放历史弹框过高问题 + + * 其他: 无 + + -- chenchen1 Wed, 14 Jun 2023 09:30:08 +0800 + kylin-music (1.1.0.47-ok6~0719) yangtze; urgency=medium * [BUG]