mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-10 04:36:43 +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
|
||||
loading: root.loading
|
||||
secondary: root.type !== SettingsItem.PrimaryButton
|
||||
text: root.actionText + (root.actionIcon !== "" ? " " : "")
|
||||
text: root.actionText
|
||||
visible: root.type === SettingsItem.Button || root.type === SettingsItem.PrimaryButton
|
||||
|
||||
onClicked: {
|
||||
|
||||
Reference in New Issue
Block a user