summaryrefslogtreecommitdiffstats
path: root/examples/multitouch
diff options
context:
space:
mode:
authorBradley T. Hughes <bradley.hughes@nokia.com>2009-03-25 13:49:34 +0100
committerBradley T. Hughes <bradley.hughes@nokia.com>2009-03-25 13:49:34 +0100
commit761cac16eb0a6d32f9e7d558867c5c1bbfb244f9 (patch)
tree14482a8ab650005b3180ea56f7bb4a1db0aa93cf /examples/multitouch
parent0103e7871000f224a1048649b4eca18a7840fe3b (diff)
show the example maximized, not fullscreen
Diffstat (limited to 'examples/multitouch')
-rw-r--r--examples/multitouch/knobs/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/multitouch/knobs/main.cpp b/examples/multitouch/knobs/main.cpp
index c5a7ea7112..8f78cf9feb 100644
--- a/examples/multitouch/knobs/main.cpp
+++ b/examples/multitouch/knobs/main.cpp
@@ -59,7 +59,7 @@ int main(int argc, char **argv)
scene.addItem(knob1);
scene.addItem(knob2);
- view.showFullScreen();
+ view.showMaximized();
view.fitInView(scene.sceneRect().adjusted(-20, -20, 20, 20), Qt::KeepAspectRatio);
return app.exec();