From 9898899c929b46a5f0990381d61a39063881675f Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Mon, 30 Apr 2012 10:46:13 +0200 Subject: .osx: Set the icon size of Dock items to 36 pixels --- .osx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.osx b/.osx index 6232fbc..12443b2 100755 --- a/.osx +++ b/.osx @@ -142,8 +142,8 @@ defaults write com.apple.dock wvous-bl-modifier -int 0 # Enable highlight hover effect for the grid view of a stack (Dock) defaults write com.apple.dock mouse-over-hilte-stack -bool true -# Set the icon size of the Dock to 48 pixels -defaults write com.apple.dock tilesize -int 48 +# Set the icon size of Dock items to 36 pixels +defaults write com.apple.dock tilesize -int 36 # Enable spring loading for all Dock items defaults write com.apple.dock enable-spring-load-actions-on-all-items -bool true -- cgit v1.2.3