Fix additional space in comment label

This commit is contained in:
Chocobo1
2016-03-07 12:22:18 +08:00
committed by sledgehammer999
parent f2c24dd8c3
commit 72883ffb73
3 changed files with 15 additions and 3 deletions

View File

@@ -92,6 +92,7 @@ private:
void saveState();
void setMetadataProgressIndicator(bool visibleIndicator, const QString &labelText = QString());
void setupTreeview();
void setCommentText(const QString &str) const;
private:
Ui::AddNewTorrentDialog *ui;