Really fix icon-only buttons alignment

This commit is contained in:
miruka
2020-03-19 11:11:58 -04:00
parent 6ece4624ca
commit 03251f019e
3 changed files with 8 additions and 8 deletions

View File

@@ -163,8 +163,8 @@ HColumnLayout {
HButton {
icon.name: "upload-cancel"
icon.color: theme.colors.negativeBackground
padded: false
onClicked: transfer.cancel()
padded: false
Layout.preferredWidth: theme.baseElementsHeight
Layout.fillHeight: true

View File

@@ -92,8 +92,6 @@ HColumnLayout {
},
)
// onEnabledChanged: if (openedPopup && ! enabled)
Layout.fillHeight: true
}
}