I am running latest Yosemite 10.10.4 on latest MacMini model. Somehow the magnification is enabled BUT the checkbox is not editable so I cannot turn it OFF or change the size. I am a Mac user for MANY years and have never seen this. How to change it? I have also run PRAM reset, repaired permissions. Nothing I have found on web is working.
OSX Yosemite Dock magnification disabled
1k Views Asked by maziman84 At
2
There are 2 best solutions below
1
Yuriy Buha
On
See if this works
To temporarily enable Dock magnification on your Mac, hold down Control+Shift as you mouse over the Dock icons. To turn it off again, just release the Control and Shift keys.
Source: http://mactoids.com/keyboard-shortcut-for-dock-magnification/
Also to increase the maximum magnification size, try running this in terminal
defaults write com.apple.dock largesize -float 128.000000
killall Dock
Source: http://www.maclife.com/article/features/4_terminal_tricks_customizing_your_os_x_dock
Related Questions in MACOS
- How do I customize NSOutlineView to have border color?
- Force sublime text to use PATH from the shell value
- Do executable files always open a terminal window on MacOS?
- setting OpenGL version in objective-C
- C std library don't appear to be linked in object file
- Cross compile simple standard C program on Linux for Mac
- How to generate request format for WCF web service method for Mac and iPhone
- Bundle Multiple Xamarin apps in one pkg installer
- How to Handle Command Line Prompt from a Cocoa App
- AVFoundation - Process each image separately
- CMYK NSImage get pixel data
- how i get the mac of ibeacon or BLE
- Set JAVA_HOME on Mac
- Finding active IPv6 interfaces under Mac OS (using Python)
- OSX: Why is my launchd agent running my script twice?
Related Questions in DOCK
- OSX Yosemite Dock magnification disabled
- OSX multiple process app
- How to create a FullScreen NSWindow which should show the dock but hide menu bar?
- OSX make command line app show icon in dock while running
- how to change dock icon using swift programming language
- How can I display multiple dock items for jFrames within one Java application?
- How to change docked icons on android for a custom rom?
- how to change dock icon using setContentView to display one big character in mac os x
- Why I can't see some controls when I'm using Syncfusion to docking them in C#.NET?
- How To Implement Apparently System-Wide Changes (Status Bar, Dock) in iOS7?
- How to verify if the phone is docked?
- Creating an application that shows up when an Android phone is docked
- bundle a jnlp so you can add to dock on a mac?
- How to launch a Qt application as tray icon without a window
- How to dock in parent container using code
Related Questions in OSX-YOSEMITE
- Looking the Method that MANUALLY INSTALL PHP on OSX Yosemite
- NSString caseInsensitiveCompare confusing ordering
- phpinfo reads php5.5 instead of php5.6
- compiling caffe on Yosemite
- In OS X 10.10, can I implement an NSControl without an NSCell?
- Cannot run MySQL after unzipping from a tar archive
- OSX Yosemite Dock magnification disabled
- How can I customize the behavior of the green 'expand window' button so that it only maximizes (instead of taking over the entire screen)?
- Where is chrome.storage.local stored for Chrome Apps?
- PyGame Installation Mac OS X
- CalledProcessError with buildozer and kivy on OSX Yosemite
- sbt stuck at Getting org.scala-sbt sbt 0.13.8 ... on Mac OS X Yosemite with Java 8 and scala 2.11.6
- Xcode 7 run on Mac OSX 10.10 Yosemite
- Focus border not appearing on html button or select in Google Chrome (Only OSX 10.10.3)
- No pythonw in Python 3.4 OS X 10.10?
Related Questions in MAGNIFICATION
- OSX Yosemite Dock magnification disabled
- Magnification problems of Java Apps under Windows 10
- Android Magnification Gesture
- Android chrome magnification does not show iframe content
- Pricing table resize feel like the mac dock using html5 and/or css
- Android 10 Enabled Magnification is not working properly on my device
- Talkback reading extra comma in Android 12
- Circular rotating/magnifying menu with jquery
- How can I create Magnifier Component in WPF By using Magnification API
- Using Magnification API from WinForms to WPF
- How to tell Apple that my Cocoa app is not ready for high resolution?
- Adding zoom lens function inside an anchor tag image
- UWP Magnifier control (tool) that follows cursor
- SwiftUI: MagnificationGesture to zoom in centered on a CGPoint
- How to enlarge a part of the figure and insert it on top of the same plot?
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
System preferences / Dock / check magnification checkbox
Else in terminal run
defaults write com.apple.dock largesize -float 128.000000
killall Dock