Always show scrollbars.

This commit is contained in:
Mathias Bynens
2011-09-20 21:28:38 +03:00
parent cdbb059f7e
commit 45806ef825
Vendored
+3
View File
@@ -10,6 +10,9 @@ defaults write com.apple.dock showhidden -bool true
# Disable menu bar transparency
defaults write -g AppleEnableMenuBarTransparency -bool false
# Always show scrollbars
defaults write NSGlobalDomain AppleShowScrollBars -string "Always"
# Expand save panel by default
defaults write -g NSNavPanelExpandedStateForSaveMode -bool true