]> sigrok.org Git - pulseview.git/commitdiff
Put context bar back on the same row as the other toolbars
authorJoel Holdsworth <redacted>
Tue, 28 May 2013 19:38:56 +0000 (20:38 +0100)
committerJoel Holdsworth <redacted>
Tue, 28 May 2013 19:38:56 +0000 (20:38 +0100)
pv/mainwindow.cpp

index ca532ee2044ca598cbb1d99fefa6a29a354d3b42..2a4ebc251746e37c156e4ee028c7b640b1921b74 100644 (file)
@@ -216,7 +216,6 @@ void MainWindow::setup_ui()
        // Setup the context bar
        _context_bar = new toolbars::ContextBar(this);
        addToolBar(_context_bar);
        // Setup the context bar
        _context_bar = new toolbars::ContextBar(this);
        addToolBar(_context_bar);
-       insertToolBarBreak(_context_bar);
 
        // Set the title
        setWindowTitle(QApplication::translate("MainWindow", "PulseView", 0,
 
        // Set the title
        setWindowTitle(QApplication::translate("MainWindow", "PulseView", 0,