summaryrefslogtreecommitdiffstats
path: root/basicsuite/mediaplayer/ControlBar.qml
diff options
context:
space:
mode:
Diffstat (limited to 'basicsuite/mediaplayer/ControlBar.qml')
-rw-r--r--basicsuite/mediaplayer/ControlBar.qml5
1 files changed, 2 insertions, 3 deletions
diff --git a/basicsuite/mediaplayer/ControlBar.qml b/basicsuite/mediaplayer/ControlBar.qml
index e4f0665..cdf27f2 100644
--- a/basicsuite/mediaplayer/ControlBar.qml
+++ b/basicsuite/mediaplayer/ControlBar.qml
@@ -164,14 +164,13 @@ Rectangle {
anchors.right: volumeControl.left
anchors.rightMargin: 15
anchors.bottom: seekControl.top
- spacing: 22
-
+ spacing: itemMargin
+ height: parent.height * 0.275
ImageButton {
id: fxButton
imageSource: "images/FXButton.png"
checkable: true
checked: effectSelectionPanel.visible
-
onClicked: {
openFX();
}