forked from qt-creator/qt-creator
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:
@@ -153,8 +153,8 @@ void DebuggerMainWindow::finalizeSetup(Core::IMode *mode, QWidget *central)
|
||||
hbox->addWidget(m_perspectiveChooser);
|
||||
hbox->addWidget(m_controlsStackWidget);
|
||||
hbox->addWidget(m_statusLabel);
|
||||
hbox->addWidget(new Utils::StyledSeparator);
|
||||
hbox->addStretch();
|
||||
hbox->addWidget(new Utils::StyledSeparator);
|
||||
hbox->addWidget(viewButton);
|
||||
|
||||
connect(viewButton, &QAbstractButton::clicked, [this, viewButton] {
|
||||
|
||||
Reference in New Issue
Block a user