From d29059343817896931df3cfce2b34ec5fcc7818b Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Tue, 28 May 2013 20:38:56 +0100 Subject: [PATCH] Put context bar back on the same row as the other toolbars --- pv/mainwindow.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/pv/mainwindow.cpp b/pv/mainwindow.cpp index ca532ee..2a4ebc2 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, -- 2.30.2