Really fix icon-only buttons alignment
This commit is contained in:
@@ -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
|
||||
|
@@ -92,8 +92,6 @@ HColumnLayout {
|
||||
},
|
||||
)
|
||||
|
||||
// onEnabledChanged: if (openedPopup && ! enabled)
|
||||
|
||||
Layout.fillHeight: true
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user