How to modify the size of the icon in Launchpad without changing the number of rows and columns?

by Poster May 6, 2025 13
The information found seems to only change the number of rows and columns, but no matter how it is changed, even under the analog resolution of 1710x1112 under MBA, it is very crowded, and the icons are large. Is there a way to only change the icon size without changing the current layout of 4X7?

Replies

  • Anonymous114 May 6, 2025
    I just thought of it casually and haven't tested it: First use Automator to create an App, then make it a transparent icon, copy as many as you need to the application folder, and then see what effect is in the launch pad. You know what I mean.
  • Anonymous114 May 6, 2025
    Still need to change the number of vertical and horizontal lines to achieve the effect of making the icon smaller
  • Anonymous3974 May 6, 2025
    Launchpad seems to have a system setting to adjust the size of the Launchpad icon. There are two options: default and zoom in? You can look for it. I don't know if it's what you want
  • Anonymous4603 May 6, 2025
    I am trying to modify the icon of Finder, no success...
  • Anonymous13472 May 6, 2025
    Why not group https://i.imgur.com/5OhDqCj.png
  • Poster May 6, 2025
    @ Anonymous13472 Grouping can't change the size, not to show the quantity.
  • Poster May 6, 2025
    @ Anonymous114 # 1 This one is even more impossible to watch.
  • Poster May 6, 2025
    @ Anonymous3974 system settings don't have this option, right?
  • Anonymous4557 May 6, 2025
    Macbook launch pad icon resizing method 1. Open the "Startup Pad" and find the "Terminal" icon, as follows: Terminal icon 2. Copy and execute the following 4 lines of command: Defaults write com.apple.dock springboard-columns-int 10 Defaults write com.apple.dock springboard-rows-int 5 Defaults write com.apple.dock ResetLaunchPad-bool TRUE killall Dock Then press Enter. The above meaning: Change the number of columns in the first line of code to 10 icons in 1 line; The second line of code changes the number of lines to 5 lines of icons; Line 3 of code resets Launchpad; The 4th line of code restarts the Dock. (If you like different quantities, modify the digital part yourself). Ways to restore the default settings: Copy and execute the following 4-line command: defaults write com.apple.dock springboard-rows Default defaults write com.apple.dock springboard-columns Default Defaults write com.apple.dock ResetLaunchPad-bool TRUE killall Dock Then press Enter.
  • Anonymous4557 May 6, 2025
    The above command has been stored in the memo for a long time, and it must be set every time you reinstall it. If you get used to it, it will look comfortable
  • Anonymous4557 May 6, 2025
    But it doesn't meet your requirements. You need to change the number of rows and columns to reduce them
  • Poster May 6, 2025
    @ Anonymous4557 # 11 Well, you can find this by looking it up. Increase the number of columns and make the icons smaller, but the spacing is still uncomfortable. I want to change the icon size separately. Now that I use the 6x4 layout, it's OK too.
  • Anonymous3407 May 7, 2025
    @ Anonymous4557 6, V2EX This is a great collection case if it has a collection comment function.