1
0
Fork 0

Revert bar :(

This commit is contained in:
namedkitten 2020-04-22 14:04:30 +01:00
parent 8fbc30e17e
commit f3f8e08013
2 changed files with 1 additions and 2 deletions

View file

@ -135,6 +135,7 @@ Item {
anchors.left: parent.left anchors.left: parent.left
anchors.right: parent.right anchors.right: parent.right
anchors.bottomMargin: 0 anchors.bottomMargin: 0
bottomPadding: 0
} }
} }
} }

View file

@ -20,7 +20,6 @@ Control {
focusPolicy: Qt.NoFocus focusPolicy: Qt.NoFocus
signal clicked signal clicked
//onClicked: print('buttonClick')
leftPadding: appearance.themeName leftPadding: appearance.themeName
== "YouTube" ? iconWidth / 12 : appearance.themeName == "YouTube" ? iconWidth / 12 : appearance.themeName
== "RoosterTeeth" ? iconWidth / 12 : iconWidth / 2.5 == "RoosterTeeth" ? iconWidth / 12 : iconWidth / 2.5
@ -28,7 +27,6 @@ Control {
contentItem: ButtonImage { contentItem: ButtonImage {
id: icon id: icon
source: "cup.svg"
} }
MouseArea { MouseArea {