Revert bar :(
This commit is contained in:
parent
8fbc30e17e
commit
f3f8e08013
|
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue