Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/Ultimaker/Cura.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralekseisasin <a.sasin@ultimaker.com>2018-12-21 16:57:06 +0300
committerGitHub <noreply@github.com>2018-12-21 16:57:06 +0300
commitfacf1428d6aa498b93d5e7f09900c1c3e4c1809a (patch)
treefc25ec95112f1b069c9aba6df1b93dfc84b4b4b5 /resources/qml/ActionPanel/SliceProcessWidget.qml
parent766fc2293e1e5e635fdf0d5b2b5fbb75071df816 (diff)
parent0965d909c09bdc27acb6c04084f35a7d5fac6ed5 (diff)
Merge pull request #5020 from Ultimaker/CURA-6004_missing_tooltips
Cura 6004 missing tooltips
Diffstat (limited to 'resources/qml/ActionPanel/SliceProcessWidget.qml')
-rw-r--r--resources/qml/ActionPanel/SliceProcessWidget.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/ActionPanel/SliceProcessWidget.qml b/resources/qml/ActionPanel/SliceProcessWidget.qml
index 462d685fd4..6c3b136ca0 100644
--- a/resources/qml/ActionPanel/SliceProcessWidget.qml
+++ b/resources/qml/ActionPanel/SliceProcessWidget.qml
@@ -109,6 +109,7 @@ Column
fixedWidthMode: true
anchors.fill: parent
text: catalog.i18nc("@button", "Slice")
+ tooltip: catalog.i18nc("@label", "Start the slicing process")
enabled: widget.backendState != UM.Backend.Error
visible: widget.backendState == UM.Backend.NotStarted || widget.backendState == UM.Backend.Error
onClicked: sliceOrStopSlicing()