Skip to content

Commit 2cea95d

Browse files
committed
update
1 parent 18a5aea commit 2cea95d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: src/mainwindow.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ MainWindow::MainWindow()
3232
auto cc = static_cast<void(QComboBox::*)(const QString&)>(&QComboBox::currentTextChanged);
3333
connect(d->ui.folders, cc, this, &MainWindow::save);
3434

35-
resize(1024, 768);
35+
resize(1000, 600);
3636

3737
d->q->setFixedWidth(200);
3838

Diff for: src/viewer.pro

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ QML_IMPORT_PATH =
1212
CONFIG += c++11
1313

1414
contains(CONFIG,static) {
15-
LIBS *= -LC:/msys64/mingw64/qt5-static/share/qt5/qml/QtQuick.2
15+
LIBS *= -LC:/msys64/mingw32/qt5-static/share/qt5/qml/QtQuick.2
1616
QTPLUGIN *= qtquick2plugin
1717
}
1818

0 commit comments

Comments
 (0)