aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/coreplugin/mainwindow.cpp
diff options
context:
space:
mode:
authorEike Ziller <eike.ziller@qt.io>2022-10-17 11:20:45 +0200
committerEike Ziller <eike.ziller@qt.io>2022-10-17 11:14:05 +0000
commit06402e0dc6405f23fac1550fa5132d048f9b32fc (patch)
tree0d5ca6cf06ea8dc143799833b17530249cde3ce2 /src/plugins/coreplugin/mainwindow.cpp
parentbf575688808e4c8e31feb935c072f1627ef6bc02 (diff)
Re-add "Toogle Bookmark" icon into touch bar
Instead of "Edit Bookmark" which was not intended to be there. Also move it behind the "navigation" items, since these are probably used more often. Amends ac47d51bfb379b8c3b51d832d54a90dba18a518f Fixes: QTCREATORBUG-28108 Change-Id: I47c443772488b7f9e29c8fadf01011d4ddfd5686 Reviewed-by: <github-actions-qt-creator@cristianadam.eu> Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/coreplugin/mainwindow.cpp')
-rw-r--r--src/plugins/coreplugin/mainwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/coreplugin/mainwindow.cpp b/src/plugins/coreplugin/mainwindow.cpp
index a872320caf..54c0b38a72 100644
--- a/src/plugins/coreplugin/mainwindow.cpp
+++ b/src/plugins/coreplugin/mainwindow.cpp
@@ -524,8 +524,8 @@ void MainWindow::registerDefaultContainers()
QIcon(),
"Main TouchBar" /*never visible*/);
ac->appendGroup(Constants::G_TOUCHBAR_HELP);
- ac->appendGroup(Constants::G_TOUCHBAR_EDITOR);
ac->appendGroup(Constants::G_TOUCHBAR_NAVIGATION);
+ ac->appendGroup(Constants::G_TOUCHBAR_EDITOR);
ac->appendGroup(Constants::G_TOUCHBAR_OTHER);
ac->touchBar()->setApplicationTouchBar();
}