summaryrefslogtreecommitdiffstats
path: root/src/controllers
diff options
context:
space:
mode:
authorS.Brandt <s.brandt@mixxx.org>2017-08-13 17:13:49 +0200
committerS.Brandt <s.brandt@mixxx.org>2017-08-13 17:13:49 +0200
commitf3104c6a18acac45db2d01d966d33ef2450aa29d (patch)
treeb76e7aeb234471527b6b73c6892ee159398d9dd2 /src/controllers
parentdbff0bb58cb87c71b15c3fd45530af86fde65d02 (diff)
Sort in controllerpickermenu > USER INTERFACE by the order of appearance in the VIEW menu of the main application
Diffstat (limited to 'src/controllers')
-rw-r--r--src/controllers/controlpickermenu.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/controllers/controlpickermenu.cpp b/src/controllers/controlpickermenu.cpp
index 3845f1eb3b..c2ef769437 100644
--- a/src/controllers/controlpickermenu.cpp
+++ b/src/controllers/controlpickermenu.cpp
@@ -766,15 +766,15 @@ ControlPickerMenu::ControlPickerMenu(QWidget* pParent)
addControl("[PreviewDeck]", "show_previewdeck",
tr("Preview Deck Show/Hide"),
tr("Show/hide the preview deck"), guiMenu);
- addControl("[Master]", "maximize_library",
- tr("Library Maximize/Restore"),
- tr("Maximize the track library to take up all the available screen space."), guiMenu);
addControl("[EffectRack1]", "show",
tr("Effect Rack Show/Hide"),
tr("Show/hide the effect rack"), guiMenu);
addControl("[Library]", "show_coverart",
tr("Cover Art Show/Hide"),
tr("Show/hide cover art"), guiMenu);
+ addControl("[Master]", "maximize_library",
+ tr("Library Maximize/Restore"),
+ tr("Maximize the track library to take up all the available screen space."), guiMenu);
QString spinnyTitle = tr("Vinyl Spinner Show/Hide");
QString spinnyDescription = tr("Show/hide spinning vinyl widget");