Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Multimedia
Kdenlive
Commits
46ba5f73
Commit
46ba5f73
authored
Jan 10, 2020
by
Camille Moulin
Browse files
Giving the Properties panel a more explicit name
parent
13c2297c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mainwindow.cpp
View file @
46ba5f73
...
...
@@ -316,7 +316,7 @@ void MainWindow::init()
m_projectBinDock
=
addDock
(
i18n
(
"Project Bin"
),
QStringLiteral
(
"project_bin"
),
pCore
->
bin
());
m_assetPanel
=
new
AssetPanel
(
this
);
m_effectStackDock
=
addDock
(
i18n
(
"
Properties
"
),
QStringLiteral
(
"effect_stack"
),
m_assetPanel
);
m_effectStackDock
=
addDock
(
i18n
(
"
Effect/Composition Stack
"
),
QStringLiteral
(
"effect_stack"
),
m_assetPanel
);
connect
(
m_assetPanel
,
&
AssetPanel
::
doSplitEffect
,
m_projectMonitor
,
&
Monitor
::
slotSwitchCompare
);
connect
(
m_assetPanel
,
&
AssetPanel
::
doSplitBinEffect
,
m_clipMonitor
,
&
Monitor
::
slotSwitchCompare
);
connect
(
m_timelineTabs
,
&
TimelineTabs
::
showTransitionModel
,
m_assetPanel
,
&
AssetPanel
::
showTransition
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment