mirror of
https://gitee.com/spark-store-project/spark-store
synced 2025-07-15 01:52:21 +08:00
修复非DDE环境下透明度过高的问题
This commit is contained in:
parent
e251616129
commit
8c9c2fcf11
src
@ -27,7 +27,7 @@ MainWindow::MainWindow(QWidget *parent)
|
||||
ui->stackedWidget->setCurrentIndex(0);
|
||||
ui->titlebar->setBackgroundTransparent(true);
|
||||
//ui->titlebar->setSwitchThemeMenuVisible(false); // 去除 dtk 标题栏主题切换菜单
|
||||
setMaskAlpha(240);
|
||||
setMaskAlpha(250);
|
||||
|
||||
updateUi(0);
|
||||
|
||||
|
@ -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();
|
||||
// 计算显示下载速度
|
||||
|
Loading…
x
Reference in New Issue
Block a user