Skip to content

Commit 55e673f

Browse files
committed
fix: remove unused decorated treewidget
1 parent 6b09728 commit 55e673f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/gui/historypanel.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ HistoryPanel::HistoryPanel(QWidget *parent)
3131
setUniformRowHeights(true);
3232
setModel(m_model);
3333
header()->setStretchLastSection(true);
34+
setRootIsDecorated(false);
3435

3536
auto showLast = [this]() {
3637
scrollTo(m_model->index(m_model->rowCount() - 1, 0));

0 commit comments

Comments
 (0)