File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed
Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Set the icon size of magnified Dock items in pixels.
2222
2323- [ ` com.apple.dock magnification ` ] ( /dock/magnification.md#set-to-true ) must be set to ` true `
2424
25- ## Set to ` 96 `
25+ ## Set to ` 96 ` (default value)
2626
2727Magnified Dock icon size of 96 pixels.
2828
@@ -36,6 +36,20 @@ defaults write com.apple.dock "largesize" -int "96" && killall Dock
3636 width="740" height="78" style="height: auto"
3737/>
3838
39+ ## Set to ` 76 `
40+
41+ Magnified Dock icon size of 76 pixels.
42+
43+ ``` bash
44+ defaults write com.apple.dock " largesize" -int " 76" && killall Dock
45+ ```
46+
47+ <img
48+ src="./images/largesize/76.png"
49+ alt="Example with value set to 76"
50+ width="740" height="78" style="height: auto"
51+ />
52+
3953## Read current value
4054
4155``` bash
You can’t perform that action at this time.
0 commit comments