Ref T215, minor fixes for overlay messages

This commit is contained in:
Klaus Basan
2018-01-02 03:00:45 +01:00
parent a2f985e308
commit d127f98d60
3 changed files with 10 additions and 13 deletions

View File

@@ -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));