mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-13 15:49:03 +08:00
Remove extra space
Just a typo. Contributes to issue CURA-4341.
This commit is contained in:
parent
df14ea2b1a
commit
d999d1c7f2
@ -11,7 +11,7 @@ Button {
|
||||
UM.I18nCatalog { id: catalog; name: "cura"; }
|
||||
|
||||
height: UM.Theme.getSize("save_button_save_to_button").height
|
||||
tooltip: catalog.i18nc("@info:tooltip", "Opens the print jobs page with your default web browser.")
|
||||
tooltip: catalog.i18nc("@info:tooltip", "Opens the print jobs page with your default web browser.")
|
||||
text: catalog.i18nc("@action:button", "View print jobs")
|
||||
|
||||
style: UM.Theme.styles.sidebar_action_button
|
||||
|
Loading…
x
Reference in New Issue
Block a user