chiark / gitweb /
Shorten the names of the tabs a bit so they fit better on MacOS.
authordaid303 <daid303@gmail.com>
Fri, 1 Mar 2013 18:34:27 +0000 (19:34 +0100)
committerdaid303 <daid303@gmail.com>
Fri, 1 Mar 2013 18:34:27 +0000 (19:34 +0100)
Cura/gui/mainWindow.py

index d58188f6c9a97956fc40f2537abe125f9322dd13..309e7f593290279e88c06ec0a1897a4366dbe885 100644 (file)
@@ -535,7 +535,7 @@ class normalSettingsPanel(configBase.configPanelBase):
                self.SetSizer(wx.BoxSizer(wx.HORIZONTAL))
                self.GetSizer().Add(self.nb, 1, wx.EXPAND)
 
-               (left, right, self.printPanel) = self.CreateDynamicConfigTab(self.nb, 'Print config')
+               (left, right, self.printPanel) = self.CreateDynamicConfigTab(self.nb, 'Basic')
 
                configBase.TitleRow(left, "Quality")
                c = configBase.SettingRow(left, "Layer height (mm)", 'layer_height', '0.2', 'Layer height in millimeters.\n0.2 is a good value for quick prints.\n0.1 gives high quality prints.')
@@ -581,7 +581,7 @@ class normalSettingsPanel(configBase.configPanelBase):
 
                self.SizeLabelWidths(left, right)
                
-               (left, right, self.advancedPanel) = self.CreateDynamicConfigTab(self.nb, 'Advanced config')
+               (left, right, self.advancedPanel) = self.CreateDynamicConfigTab(self.nb, 'Advanced')
                
                configBase.TitleRow(left, "Machine size")
                c = configBase.SettingRow(left, "Nozzle size (mm)", 'nozzle_size', '0.4', 'The nozzle size is very important, this is used to calculate the line width of the infill, and used to calculate the amount of outside wall lines and thickness for the wall thickness you entered in the print settings.')