Add newlines at the end of files

CURA-7418
This commit is contained in:
Kostas Karmas 2020-06-16 13:35:28 +02:00
parent ec1ed80c9f
commit 87a97afd84
3 changed files with 3 additions and 3 deletions

View File

@ -39,4 +39,4 @@ try:
if CuraDigitalFactoryURL == "": if CuraDigitalFactoryURL == "":
CuraDigitalFactoryURL = DEFAULT_DIGITAL_FACTORY_URL CuraDigitalFactoryURL = DEFAULT_DIGITAL_FACTORY_URL
except ImportError: except ImportError:
CuraDigitalFactoryURL = DEFAULT_DIGITAL_FACTORY_URL CuraDigitalFactoryURL = DEFAULT_DIGITAL_FACTORY_URL

View File

@ -117,4 +117,4 @@ Row // Sync state icon + message
} }
} }
} }
} }

View File

@ -18,4 +18,4 @@ Cura.ActionButton
textDisabledColor: UM.Theme.getColor("action_button_disabled_text") textDisabledColor: UM.Theme.getColor("action_button_disabled_text")
hoverColor: "transparent" hoverColor: "transparent"
underlineTextOnHover: true underlineTextOnHover: true
} }