1
0
Fork 0

[UI] Added more padding between player MouseArea and controls bar.

This commit is contained in:
Kitteh 2018-10-25 18:16:08 +01:00
parent 99c9d906e4
commit 13f5fda250

View file

@ -291,7 +291,7 @@ ApplicationWindow {
id: mouseAreaPlayer
width: parent.width
anchors.bottom: mouseAreaBar.top
anchors.bottomMargin: 0
anchors.bottomMargin: controlsBar.height / 22
anchors.right: parent.right
anchors.rightMargin: 0
anchors.left: parent.left