mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-02 06:35:52 +08:00
Ref T215, minor fixes for overlay messages
This commit is contained in:
@@ -38,7 +38,7 @@ namespace BlackGui
|
||||
ui(new Ui::CDownloadComponent)
|
||||
{
|
||||
ui->setupUi(this);
|
||||
this->setOverlaySizeFactors(0.8, 0.9, 2);
|
||||
this->setOverlaySizeFactors(0.8, 0.9);
|
||||
this->setForceSmall(true);
|
||||
|
||||
ui->le_DownloadDir->setText(QStandardPaths::writableLocation(QStandardPaths::DownloadLocation));
|
||||
|
||||
Reference in New Issue
Block a user