mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-06 00:56:01 +08:00
Fix typo in description of ScaleToFit button
This commit is contained in:
parent
4d9233de6d
commit
57438e7b50
@ -105,7 +105,7 @@ class previewPanel(wx.Panel):
|
||||
self.scale = wx.TextCtrl(self.toolbar2, -1, profile.getProfileSetting('model_scale'), size=(21*2,21))
|
||||
self.toolbar2.AddControl(self.scale)
|
||||
self.scale.Bind(wx.EVT_TEXT, self.OnScale)
|
||||
self.scaleMax = toolbarUtil.NormalButton(self.toolbar2, self.OnScaleMax, 'object-max-size.png', 'Scale object to fix machine size')
|
||||
self.scaleMax = toolbarUtil.NormalButton(self.toolbar2, self.OnScaleMax, 'object-max-size.png', 'Scale object to fit machine size')
|
||||
|
||||
self.toolbar2.AddSeparator()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user