From: daid303 Date: Fri, 1 Mar 2013 18:34:27 +0000 (+0100) Subject: Shorten the names of the tabs a bit so they fit better on MacOS. X-Git-Tag: 13.03~32 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=e5a674691260ae8099c7bb21fe5b95a5074c286a;p=cura.git Shorten the names of the tabs a bit so they fit better on MacOS. --- diff --git a/Cura/gui/mainWindow.py b/Cura/gui/mainWindow.py index d58188f6..309e7f59 100644 --- a/Cura/gui/mainWindow.py +++ b/Cura/gui/mainWindow.py @@ -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.')