mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2026-02-12 11:58:33 +00:00
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