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
PIM
Mail-related libraries
Commits
b11fcb06
Commit
b11fcb06
authored
Feb 12, 2016
by
Laurent Montel
😁
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix Bug 357374 - Huge Skype and Google Talk icons in Contacts panel view
BUG: 357374 FIXED-IN: 5.1.3
parent
63b62d1f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
kaddressbookgrantlee/src/formatter/grantleecontactformatter.cpp
...ssbookgrantlee/src/formatter/grantleecontactformatter.cpp
+1
-1
No files found.
kaddressbookgrantlee/src/formatter/grantleecontactformatter.cpp
View file @
b11fcb06
...
...
@@ -174,7 +174,7 @@ static QVariantHash imAddressHash(const QString &typeKey, const QString &imAddre
const
QString
iconUrl
=
QUrl
::
fromLocalFile
(
KIconLoader
::
global
()
->
iconPath
(
IMProtocols
::
self
()
->
icon
(
typeKey
),
-
KIconLoader
::
SizeSmall
)).
url
();
const
QString
url
=
QStringLiteral
(
"<img src=
\"
%1
\"
align=
\"
top
\"
/>"
).
arg
(
iconUrl
);
const
QString
url
=
QStringLiteral
(
"<img src=
\"
%1
\"
align=
\"
top
\"
height=
\"
%2
\"
width=
\"
%2
\"
/>"
).
arg
(
iconUrl
,
QString
::
number
(
KIconLoader
::
SizeSmall
)
);
addressObject
.
insert
(
QStringLiteral
(
"imIcon"
),
url
);
return
addressObject
;
...
...
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