forked from Silverfish/proton-bridge
feat(GODT-2772): removed useless extra space in button with icons.
This commit is contained in:
@ -90,7 +90,7 @@ Item {
|
|||||||
icon.source: root.actionIcon
|
icon.source: root.actionIcon
|
||||||
loading: root.loading
|
loading: root.loading
|
||||||
secondary: root.type !== SettingsItem.PrimaryButton
|
secondary: root.type !== SettingsItem.PrimaryButton
|
||||||
text: root.actionText + (root.actionIcon !== "" ? " " : "")
|
text: root.actionText
|
||||||
visible: root.type === SettingsItem.Button || root.type === SettingsItem.PrimaryButton
|
visible: root.type === SettingsItem.Button || root.type === SettingsItem.PrimaryButton
|
||||||
|
|
||||||
onClicked: {
|
onClicked: {
|
||||||
|
|||||||
Reference in New Issue
Block a user