aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2020-10-20 20:54:11 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2020-10-20 20:54:11 +0000
commitd1ce45bbf8c4aaa42c025c13c05c3f1e9bb93c63 (patch)
treec833b1786c2e59643baf281b629cc7077b3ef5ab /src/plugins/General
parentdc96f3c27c15cdbb4aa0d92be832069723edf736 (diff)
downloadqmmp-d1ce45bbf8c4aaa42c025c13c05c3f1e9bb93c63.tar.gz
qmmp-d1ce45bbf8c4aaa42c025c13c05c3f1e9bb93c63.tar.bz2
qmmp-d1ce45bbf8c4aaa42c025c13c05c3f1e9bb93c63.zip
added initial area for dock widgets
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@9513 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General')
-rw-r--r--src/plugins/General/lyrics/lyricsfactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/lyrics/lyricsfactory.cpp b/src/plugins/General/lyrics/lyricsfactory.cpp
index c20278f0f..7ef3a3df4 100644
--- a/src/plugins/General/lyrics/lyricsfactory.cpp
+++ b/src/plugins/General/lyrics/lyricsfactory.cpp
@@ -32,7 +32,7 @@ GeneralProperties LyricsFactory::properties() const
properties.hasAbout = true;
properties.hasSettings = true;
properties.visibilityControl = false;
- properties.widgets = { { 0, tr("Lyrics"), Qt::AllDockWidgetAreas } };
+ properties.widgets = { { 0, tr("Lyrics"), Qt::LeftDockWidgetArea, Qt::AllDockWidgetAreas } };
return properties;
}