fix: only show scrollbars when needed
Signed-off-by: leo78913 <leo3758@riseup.net>
This commit is contained in:
parent
aaef448959
commit
c8d8dda79a
6 changed files with 0 additions and 12 deletions
|
@ -31,7 +31,6 @@ ModListView::ModListView ( QWidget* parent )
|
|||
setSelectionMode ( QAbstractItemView::ExtendedSelection );
|
||||
setHeaderHidden ( false );
|
||||
setSelectionBehavior(QAbstractItemView::SelectRows);
|
||||
setVerticalScrollBarPolicy ( Qt::ScrollBarAlwaysOn );
|
||||
setHorizontalScrollBarPolicy ( Qt::ScrollBarAsNeeded );
|
||||
setDropIndicatorShown(true);
|
||||
setDragEnabled(true);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue