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
Utilities
Kate
Commits
a1429c68
Commit
a1429c68
authored
Sep 11, 2022
by
Waqar Ahmed
Browse files
setUnifromRowHeights for KateFileTree
parent
20fa8af2
Pipeline
#230493
passed with stage
in 20 minutes and 9 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
addons/filetree/katefiletree.cpp
View file @
a1429c68
...
...
@@ -112,6 +112,7 @@ KateFileTree::KateFileTree(QWidget *parent)
setAcceptDrops
(
true
);
setDropIndicatorShown
(
true
);
setDragEnabled
(
true
);
setUniformRowHeights
(
true
);
setItemDelegate
(
new
StyleDelegate
(
this
));
...
...
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