From e5a674691260ae8099c7bb21fe5b95a5074c286a Mon Sep 17 00:00:00 2001 From: daid303 Date: Fri, 1 Mar 2013 19:34:27 +0100 Subject: [PATCH] Shorten the names of the tabs a bit so they fit better on MacOS. --- Cura/gui/mainWindow.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.') -- 2.30.2