summaryrefslogtreecommitdiffstats
path: root/src/fbgui.cpp
diff options
context:
space:
mode:
authorNiklas2011-10-24 16:50:43 +0200
committerNiklas2011-10-24 16:50:43 +0200
commitc5d6318bd5fe4cfa66e5a4c4fd8676a6917f29dc (patch)
treeeb021f9c4f154d1e03c0ecf9072e14762d506d25 /src/fbgui.cpp
parentmanual conf. onchange interface, present the already collected infos (diff)
downloadfbgui-c5d6318bd5fe4cfa66e5a4c4fd8676a6917f29dc.tar.gz
fbgui-c5d6318bd5fe4cfa66e5a4c4fd8676a6917f29dc.tar.xz
fbgui-c5d6318bd5fe4cfa66e5a4c4fd8676a6917f29dc.zip
no working
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();
}
//-------------------------------------------------------------------------------------------