summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/fbgui.cpp')
-rw-r--r--src/fbgui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fbgui.cpp b/src/fbgui.cpp
index 021a9e3..22a2ac6 100644
--- a/src/fbgui.cpp
+++ b/src/fbgui.cpp
@@ -96,7 +96,7 @@ void fbgui::init() {
setWindowTitle("fbgui");
setAttribute(Qt::WA_QuitOnClose, true);
setWindowFlags(Qt::FramelessWindowHint);
-// showFullScreen();
+ showFullScreen();
this->show();
}
//-------------------------------------------------------------------------------------------