Merge pull request #5020 from Ultimaker/CURA-6004_missing_tooltips

Cura 6004 missing tooltips
This commit is contained in:
alekseisasin 2018-12-21 14:57:06 +01:00 committed by GitHub
commit facf1428d6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 82 additions and 10 deletions

View file

@ -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()