]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/controllerwidget.cpp
Fixes for fullscreen mode, initial stab at multiple controller configs
[virtualjaguar] / src / gui / controllerwidget.cpp
index 0386334a92846cfc21e781c808b21f858101227e..eb91c34274ea28666dbd020a8e7e74e522de395d 100644 (file)
@@ -65,6 +65,8 @@ ControllerWidget::ControllerWidget(QWidget * parent/*= 0*/): QWidget(parent),
        widgetSize += QSize(4, 4);
        // We want to know when the mouse is moving over our widget...
        setMouseTracking(true);
+//nope
+//setFixedSize(widgetSize);
 }