Skip to content

Commit

Permalink
Hide horizontal scroll bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Sriep committed Feb 27, 2018
1 parent f77e04f commit dc271c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/CredentialView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ CredentialView::CredentialView(QWidget *parent) : QTreeView(parent)
setMinimumWidth(430);
connect(this, &CredentialView::clicked, this, &CredentialView::onToggleExpandedState);
header()->setStyleSheet(CSS_CREDVIEW_HEADER);
setHorizontalScrollBarPolicy(Qt::ScrollBarAlwaysOff);
}

CredentialView::~CredentialView()
Expand Down

0 comments on commit dc271c0

Please sign in to comment.