--- a/Preferences/__init__.py Fri Nov 04 13:26:01 2011 +0100 +++ b/Preferences/__init__.py Fri Nov 04 17:00:01 2011 +0100 @@ -32,7 +32,7 @@ import QScintilla.Lexers from Globals import settingsNameOrganization, settingsNameGlobal, settingsNameRecent, \ - isWindowsPlatform, isLinuxPlatform, findPython2Interpreters + isWindowsPlatform, isLinuxPlatform, isMacPlatform, findPython2Interpreters from Project.ProjectBrowserFlags import SourcesBrowserFlag, FormsBrowserFlag, \ ResourcesBrowserFlag, TranslationsBrowserFlag, InterfacesBrowserFlag, \ @@ -206,6 +206,8 @@ "LogStdErrColour": QColor(Qt.red), } viewProfilesLength = len(uiDefaults["ViewProfiles"]["edit"][2]) + if isMacPlatform(): + uiDefaults["ViewManager"] = "listspace" iconsDefaults = { "Path": [],