Skip to content

Commit

Permalink
Fix showing tab tree labels in Qt 6.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hluk committed Apr 28, 2024
1 parent d604a01 commit 5961121
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gui/tabtree.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ class ItemLabel final : public QWidget {

m_layout->addWidget(m_label);
m_layout->setContentsMargins({});
m_layout->addStretch(1);
m_layout->addStretch(2);

updateFromItem(item);
}
Expand Down

0 comments on commit 5961121

Please sign in to comment.