diff options
author | q5sys <jt@obs-sec.com> | 2016-04-02 10:47:29 -0400 |
---|---|---|
committer | q5sys <jt@obs-sec.com> | 2016-04-02 10:47:29 -0400 |
commit | ce039c6520839fc25c6346033b8e4cd359e023cb (patch) | |
tree | d8906831f53ccf69f215befc38d508d73696bed3 | |
parent | Update MainUI.h (diff) | |
download | lumina-ce039c6520839fc25c6346033b8e4cd359e023cb.tar.gz lumina-ce039c6520839fc25c6346033b8e4cd359e023cb.tar.bz2 lumina-ce039c6520839fc25c6346033b8e4cd359e023cb.zip |
re-added lost } during last edit
-rw-r--r-- | lumina-fm/MainUI.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lumina-fm/MainUI.cpp b/lumina-fm/MainUI.cpp index 2e226e12..13701c0a 100644 --- a/lumina-fm/MainUI.cpp +++ b/lumina-fm/MainUI.cpp @@ -41,6 +41,7 @@ QSize orig = settings->value("preferences/MainWindowSize", QSize()).toSize(); if(orig.height() > screen.height()){ orig.setHeight(screen.height()); } //Now resize the window this->resize(orig); + } //initialize the non-ui widgets if(DEBUG){ qDebug() << " - Tab Bar Setup"; } tabBar = new QTabBar(this); |