Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Network
Konqueror
Commits
975f3486
Commit
975f3486
authored
Oct 17, 2020
by
Raphael Rosch
Committed by
Stefano Crocco
Oct 18, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show Places icons
parent
425283cd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
sidebar/places_module/places_module.cpp
sidebar/places_module/places_module.cpp
+1
-1
No files found.
sidebar/places_module/places_module.cpp
View file @
975f3486
...
...
@@ -40,7 +40,7 @@ KonqSideBarPlacesModule::KonqSideBarPlacesModule(QWidget *parent,
m_placesView
->
setAutoResizeItemsEnabled
(
false
);
// m_placesView->setResizeMode(QListView::Fixed);
//
m_placesView->setIconSize(QSize(16,16));
m_placesView
->
setIconSize
(
QSize
(
16
,
16
));
m_placesView
->
style
()
->
pixelMetric
(
QStyle
::
PM_SmallIconSize
);
// this would best be done by detecting the size of icons for other widgets
connect
(
m_placesView
,
&
KFilePlacesView
::
urlChanged
,
this
,
&
KonqSideBarPlacesModule
::
slotPlaceUrlChanged
);
...
...
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