Skip to content

Commit

Permalink
Don't play with the font size
Browse files Browse the repository at this point in the history
  • Loading branch information
TheOneRing committed Aug 9, 2021
1 parent fe429b1 commit 15ac41a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/gui/sharedialog.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,9 +84,6 @@ ShareDialog::ShareDialog(QPointer<AccountState> accountState,
// Set filename
QString fileName = QFileInfo(_sharePath).fileName();
_ui->label_name->setText(tr("%1").arg(fileName));
QFont f(_ui->label_name->font());
f.setPointSize(f.pointSize() * 1.4);
_ui->label_name->setFont(f);

_ui->label_sharePath->setWordWrap(true);
QString ocDir(_sharePath);
Expand Down

0 comments on commit 15ac41a

Please sign in to comment.