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

Commit

Permalink
Smooth the bubble arrow
Browse files Browse the repository at this point in the history
Don't know why it's needed, but looks better on Sailfish X.
  • Loading branch information
otsaloma committed Dec 29, 2017
1 parent d5cba41 commit be2f37a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qml/Bubble.qml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ Rectangle {
anchors.top: bubble.bottom
// Try to avoid a stripe between bubble and arrow.
anchors.topMargin: -0.5
smooth: false
smooth: true
source: app.getIcon("icons/bubble-arrow")
visible: bubble.visible && bubble.showArrow
}
Expand Down

0 comments on commit be2f37a

Please sign in to comment.