mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-12-14 21:02:04 +08:00
修复非DDE环境下透明度过高的问题
This commit is contained in:
@@ -12,6 +12,7 @@ DownloadListWidget::DownloadListWidget(QWidget *parent) :
|
||||
this->setAttribute(Qt::WA_Hover,true);
|
||||
setFocus();
|
||||
setFixedSize(500,400);
|
||||
setMaskAlpha(250);
|
||||
ui->listWidget->hide();
|
||||
ui->widget->show();
|
||||
// 计算显示下载速度
|
||||
|
||||
Reference in New Issue
Block a user