[kde-doc-english] [trojita] src/Gui: GUI: Remove the "Settings..." button from the main toolbar

Jan Kundrát jkt at kde.org
Fri Jan 29 11:39:26 UTC 2016


Git commit 1927dfeaef408234e52644c9ed73e6ce824cd550 by Jan Kundrát.
Committed on 27/01/2016 at 14:19.
Pushed by gerrit into branch 'master'.

GUI: Remove the "Settings..." button from the main toolbar

Thomas suggested that this is probably a thing which is not really being
used all the time, and as such it probably doesn't belong to the
toolbar. I agree with that.

Change-Id: I49e15fbbff43c528a842ab88dbf85c5c6a4567e7

M  +0    -2    src/Gui/Window.cpp

http://commits.kde.org/trojita/1927dfeaef408234e52644c9ed73e6ce824cd550

diff --git a/src/Gui/Window.cpp b/src/Gui/Window.cpp
index 687da1f..b6f1f07 100644
--- a/src/Gui/Window.cpp
+++ b/src/Gui/Window.cpp
@@ -516,8 +516,6 @@ void MainWindow::createActions()
     m_mainToolbar->addAction(markAsFlagged);
     m_mainToolbar->addAction(markAsJunk);
     m_mainToolbar->addAction(markAsNotJunk);
-    m_mainToolbar->addSeparator();
-    m_mainToolbar->addAction(configSettings);
 
     // Push the status indicators all the way to the other side of the toolbar -- either to the far right, or far bottom.
     QWidget *toolbarSpacer = new QWidget(m_mainToolbar);



More information about the kde-doc-english mailing list