diff --git a/src/qml/ControlsBar.qml b/src/qml/ControlsBar.qml index df2c583..bfbceb7 100644 --- a/src/qml/ControlsBar.qml +++ b/src/qml/ControlsBar.qml @@ -135,6 +135,7 @@ Item { anchors.left: parent.left anchors.right: parent.right anchors.bottomMargin: 0 + bottomPadding: 0 } } } diff --git a/src/qml/UIComponents/SmoothButton.qml b/src/qml/UIComponents/SmoothButton.qml index ab8bae4..377ff56 100644 --- a/src/qml/UIComponents/SmoothButton.qml +++ b/src/qml/UIComponents/SmoothButton.qml @@ -20,7 +20,6 @@ Control { focusPolicy: Qt.NoFocus signal clicked - //onClicked: print('buttonClick') leftPadding: appearance.themeName == "YouTube" ? iconWidth / 12 : appearance.themeName == "RoosterTeeth" ? iconWidth / 12 : iconWidth / 2.5 @@ -28,7 +27,6 @@ Control { contentItem: ButtonImage { id: icon - source: "cup.svg" } MouseArea {