May 12, 2009 18:25
Hello again...
Here is a way to have all Mr Tides 3 windows scale down in size so it will fit on a smaller screen.
*Tested this with Mr Tides 3 release 16 on Leopard 10.5.6 on a Dell Mini 9
1) Open terminal
2) type the following in the terminal
defaults write com.hahnsoftware.MrTides3 AppleDisplayScaleFactor .89
The tells OS X to scale the mr tides windows to 89% of their normal size.
If you want to switch it back
1) Open terminal
2) type the following in the terminal
defaults write com.hahnsoftware.MrTides3 AppleDisplayScaleFactor 1.00
*Note: I suspect this setting will only be saved until you reboot the computer. I'll test that and work on a simple solution so that you don't have to type this in every time you reboot
Of course a better option is to have the software handle this on it's own, but this method works for those who need it now.
Cheers !
Here is a way to have all Mr Tides 3 windows scale down in size so it will fit on a smaller screen.
*Tested this with Mr Tides 3 release 16 on Leopard 10.5.6 on a Dell Mini 9
1) Open terminal
2) type the following in the terminal
defaults write com.hahnsoftware.MrTides3 AppleDisplayScaleFactor .89
The tells OS X to scale the mr tides windows to 89% of their normal size.
If you want to switch it back
1) Open terminal
2) type the following in the terminal
defaults write com.hahnsoftware.MrTides3 AppleDisplayScaleFactor 1.00
*Note: I suspect this setting will only be saved until you reboot the computer. I'll test that and work on a simple solution so that you don't have to type this in every time you reboot
Of course a better option is to have the software handle this on it's own, but this method works for those who need it now.
Cheers !