Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Steve Lhomme
VLC
Commits
6acd8e48
Commit
6acd8e48
authored
Feb 04, 2010
by
Jean-Baptiste Kempf
Browse files
Qt: iconView, setSpacing seems to be ignored in our setup
parent
970cadc8
Changes
1
Hide whitespace changes
Inline
Side-by-side
modules/gui/qt4/components/playlist/icon_view.cpp
View file @
6acd8e48
...
...
@@ -185,7 +185,6 @@ PlIconView::PlIconView( PLModel *model, QWidget *parent ) : QListView( parent )
setResizeMode
(
QListView
::
Adjust
);
setGridSize
(
QSize
(
RECT_SIZE_W
,
RECT_SIZE_H
)
);
setUniformItemSizes
(
true
);
setSpacing
(
ITEMS_SPACING
);
setWrapping
(
true
);
setSelectionMode
(
QAbstractItemView
::
ExtendedSelection
);
setAcceptDrops
(
true
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment