summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2010-10-24 10:24:49 (GMT)
committerRemko Tronçon <git@el-tramo.be>2010-10-24 11:27:39 (GMT)
commit7617e03e637cfa153d3fc5cfcb9edc709f4323e3 (patch)
treeab13bd36cb3452a0935b14791d58a8d5387300f0 /Swift/resources
parent6b4bdb629ead79141b20ca72b8634136d351966d (diff)
downloadswift-7617e03e637cfa153d3fc5cfcb9edc709f4323e3.zip
swift-7617e03e637cfa153d3fc5cfcb9edc709f4323e3.tar.bz2
Use smooth image interpolation in the chat dialog.
Resolves: #617 Release-Notes: The quality of the avatars has improved.
Diffstat (limited to 'Swift/resources')
-rwxr-xr-xSwift/resources/themes/Default/main.css3
1 files changed, 2 insertions, 1 deletions
diff --git a/Swift/resources/themes/Default/main.css b/Swift/resources/themes/Default/main.css
index 9e263bf..4982ba6 100755
--- a/Swift/resources/themes/Default/main.css
+++ b/Swift/resources/themes/Default/main.css
@@ -85,7 +85,8 @@ body {
}
.chatItem {
- opacity:0.96;
+ /*Removing opacity, because this causes Qt's WebKit to draw low-quality images */
+ /*opacity:0.96;*/
}
.tableBubble {