Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Network
Konqueror
Commits
88aecb18
Commit
88aecb18
authored
Jun 17, 2007
by
Peter Penz
Browse files
don't hardcode the spacing...
svn path=/trunk/KDE/kdebase/apps/; revision=676762
parent
2e2538bf
Changes
1
Hide whitespace changes
Inline
Side-by-side
dolphin/src/dolphiniconsview.cpp
View file @
88aecb18
...
...
@@ -25,6 +25,8 @@
#include "dolphin_iconsmodesettings.h"
#include <kdialog.h>
#include <QAbstractProxyModel>
#include <QApplication>
#include <QPainter>
...
...
@@ -38,7 +40,7 @@ DolphinIconsView::DolphinIconsView(QWidget* parent, DolphinController* controlle
Q_ASSERT
(
controller
!=
0
);
setViewMode
(
QListView
::
IconMode
);
setResizeMode
(
QListView
::
Adjust
);
setSpacing
(
10
);
setSpacing
(
KDialog
::
spacingHint
()
);
setMouseTracking
(
true
);
viewport
()
->
setAttribute
(
Qt
::
WA_Hover
);
...
...
Write
Preview
Markdown
is supported
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