Skip to content

Commit

Permalink
skins/QMLDemo: Fix crossfader margins
Browse files Browse the repository at this point in the history
  • Loading branch information
Holzhaus committed Jun 14, 2021
1 parent 87fa8ff commit f6da4f8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions res/skins/QMLDemo/CrossfaderRow.qml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,8 @@ Item {

anchors.left: parent.left
anchors.right: parent.right
anchors.leftMargin: 5
anchors.rightMargin: 5
anchors.verticalCenter: parent.verticalCenter
orientation: Qt.Horizontal
group: "[Master]"
Expand Down

0 comments on commit f6da4f8

Please sign in to comment.