Debugger: Move last separator in toolbar next to the views menu

Looks more natural there.

Change-Id: Id1c717869fbc903e55e4e4a2bc27dfe7db843423
Reviewed-by: David Schulz <david.schulz@theqtcompany.com>
This commit is contained in:
hjk
2016-03-15 10:19:35 +01:00
parent 9f4124df5b
commit 958b3178df

View File

@@ -153,8 +153,8 @@ void DebuggerMainWindow::finalizeSetup(Core::IMode *mode, QWidget *central)
hbox->addWidget(m_perspectiveChooser); hbox->addWidget(m_perspectiveChooser);
hbox->addWidget(m_controlsStackWidget); hbox->addWidget(m_controlsStackWidget);
hbox->addWidget(m_statusLabel); hbox->addWidget(m_statusLabel);
hbox->addWidget(new Utils::StyledSeparator);
hbox->addStretch(); hbox->addStretch();
hbox->addWidget(new Utils::StyledSeparator);
hbox->addWidget(viewButton); hbox->addWidget(viewButton);
connect(viewButton, &QAbstractButton::clicked, [this, viewButton] { connect(viewButton, &QAbstractButton::clicked, [this, viewButton] {