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
22be9ed0
Commit
22be9ed0
authored
Sep 09, 2022
by
Jean-Baptiste Mardelle
Browse files
Fix usage count column visible in bin
parent
da7ec1de
Pipeline
#229443
failed with stage
in 13 minutes and 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/bin/bin.cpp
View file @
22be9ed0
...
...
@@ -2631,6 +2631,8 @@ void Bin::slotInitView(QAction *action)
view
->
setColumnHidden
(
6
,
true
);
// Rating column
view
->
header
()
->
resizeSection
(
7
,
QFontInfo
(
font
()).
pixelSize
()
*
4
);
// Usage column
view
->
setColumnHidden
(
8
,
true
);
m_showDate
->
setChecked
(
!
view
->
isColumnHidden
(
1
));
m_showDesc
->
setChecked
(
!
view
->
isColumnHidden
(
2
));
m_showRating
->
setChecked
(
!
view
->
isColumnHidden
(
7
));
...
...
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