forked from qt-creator/qt-creator
AppOutputPane: Fix zoom and settings button order
07645527a3
changed the order of these buttons
from:
zoomIn, zoomOut, settings
to:
zoomIn, settings, zoomOut
Restore the old order hereby, which is consistent
with the compile output pane.
Change-Id: Ieaff434b596ce1992b4b454e40083df83fbe54fd
Reviewed-by: hjk <hjk@qt.io>
This commit is contained in:
committed by
André Hartmann
parent
71e6c40cc2
commit
abb9fb68e2
@@ -388,7 +388,7 @@ QWidget *AppOutputPane::outputWidget(QWidget *)
|
||||
QList<QWidget*> AppOutputPane::toolBarWidgets() const
|
||||
{
|
||||
return { m_reRunButton, m_stopButton, m_attachButton, m_zoomInButton,
|
||||
m_settingsButton, m_zoomOutButton, m_filterOutputLineEdit, m_formatterWidget };
|
||||
m_zoomOutButton, m_settingsButton, m_filterOutputLineEdit, m_formatterWidget };
|
||||
}
|
||||
|
||||
QString AppOutputPane::displayName() const
|
||||
|
Reference in New Issue
Block a user