Re: Where do the notebooks for the Palettes live?
- To: mathgroup at smc.vnet.net
- Subject: [mg123636] Re: Where do the notebooks for the Palettes live?
- From: Dan <dflatin at rcn.com>
- Date: Wed, 14 Dec 2011 05:59:26 -0500 (EST)
- Delivered-to: l-mathgroup@mail-archive0.wolfram.com
- References: <jc7a16$oka$1@smc.vnet.net>
On Dec 13, 5:39 am, Joseph Gwinn <joegw... at comcast.net> wrote:
> I always have to increase the size of palettes from the default 100% to
> be able to read them, between old eyes and a new large display.
>
> I'd like to go to the actual palette notebooks and change the default
> setting, so they automatically come up as 150% or 200%.
>
> Where do I look?
>
> Thanks,
>
> Joe Gwinn
For your own palettes look in
SystemOpen[FileNameJoin[{$UserBaseDirectory,"SystemFiles","FrontEnd","Palettes"}]]
Wolfram's palettes are here
SystemOpen[FileNameJoin[{$InstallationDirectory,"SystemFiles","FrontEnd","Palettes"}]]
-- Dan