Init Qt 5.12.

This commit is contained in:
Black Hat
2018-12-06 19:12:42 +08:00
parent 2d7addafc7
commit 4212dbe265
3 changed files with 36 additions and 69 deletions

View File

@@ -75,7 +75,6 @@ ColumnLayout {
source: "image://mxc/" + (content.thumbnail_url ? content.thumbnail_url : content.url)
sourceSize.width: Math.min(256, messageListView.width)
sourceSize.height: 256
layer.enabled: true
layer.effect: OpacityMask {

View File

@@ -2,3 +2,4 @@ module Spectral.Component.Timeline
MessageDelegate 2.0 MessageDelegate.qml
StateDelegate 2.0 StateDelegate.qml
SectionDelegate 2.0 SectionDelegate.qml
ImageDelegate 2.0 ImageDelegate.qml