Skip to content

Commit

Permalink
GUI: Resize window based on parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
fdde authored and DrMcCoy committed Dec 27, 2017
1 parent f97f666 commit 2cfa691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ MainWindow::MainWindow(QWidget *parent, const char *version, const QSize &size,
{
_ui.setupUi(this);

// resize(size);
resize(size);

// preview
_panelPreviewEmpty = new PanelPreviewEmpty();
Expand Down

0 comments on commit 2cfa691

Please sign in to comment.