Skip to content

Commit c6298b5

Browse files
authored
Add another largesize example
1 parent 9d5d596 commit c6298b5

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

docs/dock/images/largesize/76.png

65.1 KB
Loading

docs/dock/largesize.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff 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

2727
Magnified 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

0 commit comments

Comments
 (0)