Skip to content
Snippets Groups Projects
Commit cddec81a authored by luyikei's avatar luyikei
Browse files

Clip.qml: Change the height of the effects item

parent b50c83bb
No related branches found
No related tags found
No related merge requests found
......@@ -321,7 +321,7 @@ Rectangle {
Rectangle {
id: effectsItem
height: clip.height / 3
height: clip.height / 5
width: clip.width
anchors.bottom: clip.bottom
visible: effectsTextItem.text ? true : false
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment