Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Launchpad Icon Size

Is there any way to reduce the size of icons in Launchpad? They're ridiculously large on my iMac...

iMac 24-inch, MacBook Air 13", Mac Mini, Mac OS X (10.6.5), 2x iPhone 4, 2x iPod nano

Posted on Jul 23, 2011 1:50 AM

Reply
57 replies

Oct 29, 2013 8:03 PM in response to Richard Morris

The key is to change the grid layout in launchpad:


1) Open Terminal (from Applications/Utilities)

2) To change the number of rows and columns, issue the following command (10 columns and 10 rows in this example):


> defaults write com.apple.dock springboard-rows -int 10

> defaults write com.apple.dock springboard-columns -int 10; killall Dock


3) To reset back to defaults:


> defaults delete com.apple.dock springboard-rows

> defaults delete com.apple.dock springboard-columns; killall Dock


I haven't played with what the limit is, but the more columns/rows you use, the smaller the icons become. Three pages of icons on my iMac now fit neatly on one.

Nov 10, 2013 5:24 PM in response to Lifesmacro

This is exactly the fix I have been looking for! (Unfortunately, I can't get it to work!) The dock blinked out then came back so I know that something registered. I restarted the machine to no avail. Anyway, thank you, I appreciate your knowledge. I'm going to keep playing with this a bit.


I use the trackpad with my big 27" iMac and it has become natural for me to do the three-finger pinch to switch between apps. I really don't even mind the huge icon size, but to have all that wasted screen real estate (having only seven columns and five rows leaves a ton of space on each side of the screen!) is insane, and if I have to have three screens to swipe through or a bunch of nested folders, what's the point, Apple?!?

Oct 18, 2014 8:31 AM in response to Richard Morris

In the terminal:

defaults write com.apple.dock springboard-rows -int 10

defaults write com.apple.dock springboard-columns -int 7;killall Dock


This changes the grid to 10x7 icons which is great for my 24" display for my mini server.


Enjoy!


defaults write com.apple.dock springboard-rows -int 4

defaults write com.apple.dock springboard-columns -int 4;killall Dock

defaults write com.apple.dock springboard-rows -int 4

defaults write com.apple.dock springboard-columns -int 4;killall Dock

Jul 12, 2015 7:39 AM in response to Richard Morris

Yes. Open terminal by typing 'terminal' into spotlight.


Type this into terminal, pressing enter after every line.


defaults write com.apple.dock springboard-rows -int 10

defaults write com.apple.dock springboard-columns -int 10

killall Dock


This will give you a 10 by 10 grid. You can change the numbers to whatever you like to choose a size you are comfortable with - just change the number '10' in the first 2 lines of code.


'killall Dock' just resets the dock.


Enjoy!

Launchpad Icon Size

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple ID.