Skip to content
This repository has been archived by the owner on Dec 12, 2018. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
weblate committed Jul 2, 2017
2 parents 4b2de05 + 2727b2a commit 931ae97
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions telegram/app/qml/components/MessagesListItem.qml
Original file line number Diff line number Diff line change
Expand Up @@ -167,18 +167,6 @@ ListItem {
}
}

DropShadow {
anchors.fill: source
source: msg_frame_box
radius: 6*Devices.density
samples: 16
horizontalOffset: 1*Devices.density
verticalOffset: 2*Devices.density
visible: !message_media.isSticker && !upload_item.isSticker
color: Qt.rgba(0,0,0,0.2)
transparentBorder: true
}

Column {
id: column

Expand Down

0 comments on commit 931ae97

Please sign in to comment.