Skip to content

Commit

Permalink
Fixed missing resizment on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
RobertKrajewski committed May 31, 2015
1 parent 2e70982 commit 1390c65
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions mymainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,7 @@


MyMainWindow::MyMainWindow(QWidget *parent):
QMainWindow(parent,
Qt::CustomizeWindowHint | Qt::
WindowTitleHint | Qt::WindowCloseButtonHint | Qt::
WindowMinimizeButtonHint), ui(new Ui::MyMainWindow), trayIcon(NULL)
QMainWindow(parent), ui(new Ui::MyMainWindow), trayIcon(NULL)
{
// Sprache installieren
QString locale = QLocale::system().name();
Expand Down

0 comments on commit 1390c65

Please sign in to comment.