Revert bar :(
This commit is contained in:
parent
8fbc30e17e
commit
f3f8e08013
|
@ -135,6 +135,7 @@ Item {
|
|||
anchors.left: parent.left
|
||||
anchors.right: parent.right
|
||||
anchors.bottomMargin: 0
|
||||
bottomPadding: 0
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue