mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-14 18:27:51 -06:00
Changed tooltip extremely small.
CURA-1671
This commit is contained in:
parent
c76a1043b0
commit
342d4f1b82
2 changed files with 1 additions and 3 deletions
|
@ -135,8 +135,6 @@ class LayerView(View):
|
|||
|
||||
self.currentLayerNumChanged.emit()
|
||||
|
||||
currentLayerNumChanged = Signal()
|
||||
|
||||
def calculateMaxLayers(self):
|
||||
scene = self.getController().getScene()
|
||||
renderer = self.getRenderer() # TODO: @UnusedVariable
|
||||
|
|
|
@ -246,7 +246,7 @@ UM.PreferencesPage
|
|||
UM.TooltipArea {
|
||||
width: childrenRect.width
|
||||
height: childrenRect.height
|
||||
text: catalog.i18nc("@info:tooltip","Should objects be scaled up if they are extremely small?")
|
||||
text: catalog.i18nc("@info:tooltip","An object may appear extremely small if its unit is for example in meters rather than millimeters. Should these objects be scaled up?")
|
||||
|
||||
CheckBox
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue