summaryrefslogtreecommitdiffstats
path: root/viewer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'viewer.cpp')
-rw-r--r--viewer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/viewer.cpp b/viewer.cpp
index fec9c81..b42a725 100644
--- a/viewer.cpp
+++ b/viewer.cpp
@@ -56,7 +56,6 @@ void Viewer::preview(const QString &file){
mLabel->setPixmap(pm);
QString winTitle = QString(tr("%1 Viewer: [Preview %2]")).arg(qApp->applicationName()).arg(file);
setWindowTitle(winTitle);
- adjustSize();
}