Skip to content

Commit

Permalink
Update markereditor.cpp
Browse files Browse the repository at this point in the history
Don't force scrollbar anymore (was needed when we had buttons in the scrollbar.
  • Loading branch information
rodlie committed Nov 25, 2024
1 parent f560789 commit 8a5bca3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ui/widgets/markereditor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ void MarkerEditor::setup()
mTree->setSortingEnabled(false);
mTree->setHeaderHidden(false);
mTree->setRootIsDecorated(false);
mTree->setVerticalScrollBarPolicy(Qt::ScrollBarAlwaysOn);

mTree->headerItem()->setText(0, QString());
mTree->headerItem()->setIcon(0, QIcon::fromTheme("visible"));
Expand Down

0 comments on commit 8a5bca3

Please sign in to comment.