Reset Desktop View Icon Size and Grid Spacing to Default in Mac OS
up vote
1
down vote
favorite
I played around with some settings for the desktop and now I want them to be exactly stock. I think the grid size by default is 64x64, but I'm not sure what the grid spacing was set to.
Can anyone help?
macos mac
add a comment |
up vote
1
down vote
favorite
I played around with some settings for the desktop and now I want them to be exactly stock. I think the grid size by default is 64x64, but I'm not sure what the grid spacing was set to.
Can anyone help?
macos mac
Why don't you create a new admin user account, log into it, and then click on the Desktop and use CMD+J?
– harrymc
Aug 2 '13 at 5:43
add a comment |
up vote
1
down vote
favorite
up vote
1
down vote
favorite
I played around with some settings for the desktop and now I want them to be exactly stock. I think the grid size by default is 64x64, but I'm not sure what the grid spacing was set to.
Can anyone help?
macos mac
I played around with some settings for the desktop and now I want them to be exactly stock. I think the grid size by default is 64x64, but I'm not sure what the grid spacing was set to.
Can anyone help?
macos mac
macos mac
asked Jul 6 '13 at 8:12
Kirk Ouimet
1,19062753
1,19062753
Why don't you create a new admin user account, log into it, and then click on the Desktop and use CMD+J?
– harrymc
Aug 2 '13 at 5:43
add a comment |
Why don't you create a new admin user account, log into it, and then click on the Desktop and use CMD+J?
– harrymc
Aug 2 '13 at 5:43
Why don't you create a new admin user account, log into it, and then click on the Desktop and use CMD+J?
– harrymc
Aug 2 '13 at 5:43
Why don't you create a new admin user account, log into it, and then click on the Desktop and use CMD+J?
– harrymc
Aug 2 '13 at 5:43
add a comment |
3 Answers
3
active
oldest
votes
up vote
1
down vote
accepted
- Create a new admin user account
- Log into it
Finder >View >Show View Options or CMD+J
The Default Grid Options can be found there. (Screenshot Included)
add a comment |
up vote
1
down vote
A more manual way (and one that can be achieved programmatically via AppleScript, Unix shell command etc) is to edit the Finder's "plist" or preferences located here:
Finder Preferences
~/Library/Preferences/com.apple.finder.plist
See
Standard View Settings -> ExtendedListViewSettingsV2 -> IconViewSettings -> gridSpacing
it will read 54 as your grid spacing if you have never changed your default settings. System Icon default size is below that and would be 64.
Note that the desktop "folder" is special and has it's own settings. That means you can't just look for 'gridSpacing' and get the right one. The desktop settings are at:
DesktopViewSettings -> IconViewSettings -> gridSpacing
Extra
For additional fun, get TextWranger from the App Store (awesome tool), open the plist file noted above, locate the gridSpacing for the Desktop. Then show view options (command-j). Then adjust the grid spacing and watch the gridSpacing value change in the TextWranger document. It takes a second to update but this gives you a feel for how apps interact with their preferences.
add a comment |
up vote
0
down vote
The default icon size on macOS Mojave is 64 x 64
as shown by the screenshot below:
The default grid spacing of 54 x 54
can be found and/or modified by opening ~/Library/Preferences/com.apple.finder.plist
using Xcode:
I don't see any numbers for grid spacing. Just curious how you arrived at 54x54.
– fixer1234
Dec 4 at 7:51
1
@fixer1234 I've adjusted the solution above to show the source file that shows the defaultgridSpacing
.
– Jonathan Simcoe
Dec 4 at 17:45
Good answer, except it duplicates William Cerniuk's. The intention is that each answer provide a solution that hasn't already been contributed.
– fixer1234
Dec 4 at 17:59
1
@fixer1234 I'm sorry about that, this is my first time contributing and I was trying to provide a more concise answer with screenshots. I'm still new to this whole thing.
– Jonathan Simcoe
Dec 4 at 21:30
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f616220%2freset-desktop-view-icon-size-and-grid-spacing-to-default-in-mac-os%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
- Create a new admin user account
- Log into it
Finder >View >Show View Options or CMD+J
The Default Grid Options can be found there. (Screenshot Included)
add a comment |
up vote
1
down vote
accepted
- Create a new admin user account
- Log into it
Finder >View >Show View Options or CMD+J
The Default Grid Options can be found there. (Screenshot Included)
add a comment |
up vote
1
down vote
accepted
up vote
1
down vote
accepted
- Create a new admin user account
- Log into it
Finder >View >Show View Options or CMD+J
The Default Grid Options can be found there. (Screenshot Included)
- Create a new admin user account
- Log into it
Finder >View >Show View Options or CMD+J
The Default Grid Options can be found there. (Screenshot Included)
answered Aug 3 '13 at 6:02
Jash Jacob
1768
1768
add a comment |
add a comment |
up vote
1
down vote
A more manual way (and one that can be achieved programmatically via AppleScript, Unix shell command etc) is to edit the Finder's "plist" or preferences located here:
Finder Preferences
~/Library/Preferences/com.apple.finder.plist
See
Standard View Settings -> ExtendedListViewSettingsV2 -> IconViewSettings -> gridSpacing
it will read 54 as your grid spacing if you have never changed your default settings. System Icon default size is below that and would be 64.
Note that the desktop "folder" is special and has it's own settings. That means you can't just look for 'gridSpacing' and get the right one. The desktop settings are at:
DesktopViewSettings -> IconViewSettings -> gridSpacing
Extra
For additional fun, get TextWranger from the App Store (awesome tool), open the plist file noted above, locate the gridSpacing for the Desktop. Then show view options (command-j). Then adjust the grid spacing and watch the gridSpacing value change in the TextWranger document. It takes a second to update but this gives you a feel for how apps interact with their preferences.
add a comment |
up vote
1
down vote
A more manual way (and one that can be achieved programmatically via AppleScript, Unix shell command etc) is to edit the Finder's "plist" or preferences located here:
Finder Preferences
~/Library/Preferences/com.apple.finder.plist
See
Standard View Settings -> ExtendedListViewSettingsV2 -> IconViewSettings -> gridSpacing
it will read 54 as your grid spacing if you have never changed your default settings. System Icon default size is below that and would be 64.
Note that the desktop "folder" is special and has it's own settings. That means you can't just look for 'gridSpacing' and get the right one. The desktop settings are at:
DesktopViewSettings -> IconViewSettings -> gridSpacing
Extra
For additional fun, get TextWranger from the App Store (awesome tool), open the plist file noted above, locate the gridSpacing for the Desktop. Then show view options (command-j). Then adjust the grid spacing and watch the gridSpacing value change in the TextWranger document. It takes a second to update but this gives you a feel for how apps interact with their preferences.
add a comment |
up vote
1
down vote
up vote
1
down vote
A more manual way (and one that can be achieved programmatically via AppleScript, Unix shell command etc) is to edit the Finder's "plist" or preferences located here:
Finder Preferences
~/Library/Preferences/com.apple.finder.plist
See
Standard View Settings -> ExtendedListViewSettingsV2 -> IconViewSettings -> gridSpacing
it will read 54 as your grid spacing if you have never changed your default settings. System Icon default size is below that and would be 64.
Note that the desktop "folder" is special and has it's own settings. That means you can't just look for 'gridSpacing' and get the right one. The desktop settings are at:
DesktopViewSettings -> IconViewSettings -> gridSpacing
Extra
For additional fun, get TextWranger from the App Store (awesome tool), open the plist file noted above, locate the gridSpacing for the Desktop. Then show view options (command-j). Then adjust the grid spacing and watch the gridSpacing value change in the TextWranger document. It takes a second to update but this gives you a feel for how apps interact with their preferences.
A more manual way (and one that can be achieved programmatically via AppleScript, Unix shell command etc) is to edit the Finder's "plist" or preferences located here:
Finder Preferences
~/Library/Preferences/com.apple.finder.plist
See
Standard View Settings -> ExtendedListViewSettingsV2 -> IconViewSettings -> gridSpacing
it will read 54 as your grid spacing if you have never changed your default settings. System Icon default size is below that and would be 64.
Note that the desktop "folder" is special and has it's own settings. That means you can't just look for 'gridSpacing' and get the right one. The desktop settings are at:
DesktopViewSettings -> IconViewSettings -> gridSpacing
Extra
For additional fun, get TextWranger from the App Store (awesome tool), open the plist file noted above, locate the gridSpacing for the Desktop. Then show view options (command-j). Then adjust the grid spacing and watch the gridSpacing value change in the TextWranger document. It takes a second to update but this gives you a feel for how apps interact with their preferences.
answered Jan 6 at 15:39
William Cerniuk
1113
1113
add a comment |
add a comment |
up vote
0
down vote
The default icon size on macOS Mojave is 64 x 64
as shown by the screenshot below:
The default grid spacing of 54 x 54
can be found and/or modified by opening ~/Library/Preferences/com.apple.finder.plist
using Xcode:
I don't see any numbers for grid spacing. Just curious how you arrived at 54x54.
– fixer1234
Dec 4 at 7:51
1
@fixer1234 I've adjusted the solution above to show the source file that shows the defaultgridSpacing
.
– Jonathan Simcoe
Dec 4 at 17:45
Good answer, except it duplicates William Cerniuk's. The intention is that each answer provide a solution that hasn't already been contributed.
– fixer1234
Dec 4 at 17:59
1
@fixer1234 I'm sorry about that, this is my first time contributing and I was trying to provide a more concise answer with screenshots. I'm still new to this whole thing.
– Jonathan Simcoe
Dec 4 at 21:30
add a comment |
up vote
0
down vote
The default icon size on macOS Mojave is 64 x 64
as shown by the screenshot below:
The default grid spacing of 54 x 54
can be found and/or modified by opening ~/Library/Preferences/com.apple.finder.plist
using Xcode:
I don't see any numbers for grid spacing. Just curious how you arrived at 54x54.
– fixer1234
Dec 4 at 7:51
1
@fixer1234 I've adjusted the solution above to show the source file that shows the defaultgridSpacing
.
– Jonathan Simcoe
Dec 4 at 17:45
Good answer, except it duplicates William Cerniuk's. The intention is that each answer provide a solution that hasn't already been contributed.
– fixer1234
Dec 4 at 17:59
1
@fixer1234 I'm sorry about that, this is my first time contributing and I was trying to provide a more concise answer with screenshots. I'm still new to this whole thing.
– Jonathan Simcoe
Dec 4 at 21:30
add a comment |
up vote
0
down vote
up vote
0
down vote
The default icon size on macOS Mojave is 64 x 64
as shown by the screenshot below:
The default grid spacing of 54 x 54
can be found and/or modified by opening ~/Library/Preferences/com.apple.finder.plist
using Xcode:
The default icon size on macOS Mojave is 64 x 64
as shown by the screenshot below:
The default grid spacing of 54 x 54
can be found and/or modified by opening ~/Library/Preferences/com.apple.finder.plist
using Xcode:
edited Dec 4 at 17:55
fixer1234
17.7k144581
17.7k144581
answered Dec 4 at 7:26
Jonathan Simcoe
12
12
I don't see any numbers for grid spacing. Just curious how you arrived at 54x54.
– fixer1234
Dec 4 at 7:51
1
@fixer1234 I've adjusted the solution above to show the source file that shows the defaultgridSpacing
.
– Jonathan Simcoe
Dec 4 at 17:45
Good answer, except it duplicates William Cerniuk's. The intention is that each answer provide a solution that hasn't already been contributed.
– fixer1234
Dec 4 at 17:59
1
@fixer1234 I'm sorry about that, this is my first time contributing and I was trying to provide a more concise answer with screenshots. I'm still new to this whole thing.
– Jonathan Simcoe
Dec 4 at 21:30
add a comment |
I don't see any numbers for grid spacing. Just curious how you arrived at 54x54.
– fixer1234
Dec 4 at 7:51
1
@fixer1234 I've adjusted the solution above to show the source file that shows the defaultgridSpacing
.
– Jonathan Simcoe
Dec 4 at 17:45
Good answer, except it duplicates William Cerniuk's. The intention is that each answer provide a solution that hasn't already been contributed.
– fixer1234
Dec 4 at 17:59
1
@fixer1234 I'm sorry about that, this is my first time contributing and I was trying to provide a more concise answer with screenshots. I'm still new to this whole thing.
– Jonathan Simcoe
Dec 4 at 21:30
I don't see any numbers for grid spacing. Just curious how you arrived at 54x54.
– fixer1234
Dec 4 at 7:51
I don't see any numbers for grid spacing. Just curious how you arrived at 54x54.
– fixer1234
Dec 4 at 7:51
1
1
@fixer1234 I've adjusted the solution above to show the source file that shows the default
gridSpacing
.– Jonathan Simcoe
Dec 4 at 17:45
@fixer1234 I've adjusted the solution above to show the source file that shows the default
gridSpacing
.– Jonathan Simcoe
Dec 4 at 17:45
Good answer, except it duplicates William Cerniuk's. The intention is that each answer provide a solution that hasn't already been contributed.
– fixer1234
Dec 4 at 17:59
Good answer, except it duplicates William Cerniuk's. The intention is that each answer provide a solution that hasn't already been contributed.
– fixer1234
Dec 4 at 17:59
1
1
@fixer1234 I'm sorry about that, this is my first time contributing and I was trying to provide a more concise answer with screenshots. I'm still new to this whole thing.
– Jonathan Simcoe
Dec 4 at 21:30
@fixer1234 I'm sorry about that, this is my first time contributing and I was trying to provide a more concise answer with screenshots. I'm still new to this whole thing.
– Jonathan Simcoe
Dec 4 at 21:30
add a comment |
Thanks for contributing an answer to Super User!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f616220%2freset-desktop-view-icon-size-and-grid-spacing-to-default-in-mac-os%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Why don't you create a new admin user account, log into it, and then click on the Desktop and use CMD+J?
– harrymc
Aug 2 '13 at 5:43