Add informative labels in filename editor

This commit is contained in:
lupoDharkael
2017-08-08 17:59:29 +02:00
parent 8addcbfb16
commit 973818c466
3 changed files with 4 additions and 1 deletions

View File

@@ -34,7 +34,7 @@
ConfigWindow::ConfigWindow(QWidget *parent) : QTabWidget(parent) {
setAttribute(Qt::WA_DeleteOnClose);
setMinimumSize(395, 490);
setMinimumSize(400, 490);
setWindowIcon(QIcon(":img/flameshot.png"));
setWindowTitle(tr("Configuration"));