]> sigrok.org Git - pulseview.git/commitdiff
MainBar: Make toolbar fixed
authorJoel Holdsworth <redacted>
Sat, 10 Jan 2015 15:53:41 +0000 (15:53 +0000)
committerJoel Holdsworth <redacted>
Sat, 10 Jan 2015 16:19:31 +0000 (16:19 +0000)
pv/toolbars/mainbar.cpp

index 7a387b4b411d5ce6bc35baf78e9e14630046bcd6..8aeb0254153ba4c0b558742d09cc41b2508462c3 100644 (file)
@@ -77,6 +77,9 @@ MainBar::MainBar(Session &session, MainWindow &main_window) :
 {
        setObjectName(QString::fromUtf8("MainBar"));
 
+       setMovable(false);
+       setFloatable(false);
+
        connect(&run_stop_button_, SIGNAL(clicked()),
                this, SLOT(on_run_stop()));
        connect(&device_selector_, SIGNAL(currentIndexChanged (int)),