From: Joel Holdsworth Date: Tue, 28 May 2013 19:38:56 +0000 (+0100) Subject: Put context bar back on the same row as the other toolbars X-Git-Tag: pulseview-0.2.0~333 X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=commitdiff_plain;h=d29059343817896931df3cfce2b34ec5fcc7818b Put context bar back on the same row as the other toolbars --- diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index ca532ee2..2a4ebc25 100644 --- a/pv/mainwindow.cpp +++ b/pv/mainwindow.cpp @@ -216,7 +216,6 @@ void MainWindow::setup_ui() // 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,