Minimum width of Button[.] on different platforms
- To: mathgroup at smc.vnet.net
- Subject: [mg87084] Minimum width of Button[.] on different platforms
- From: "Andrew Moylan" <andrew.j.moylan at gmail.com>
- Date: Mon, 31 Mar 2008 02:05:16 -0500 (EST)
Manipulate[Button[Null, ImageSize -> w], {w, 1, 100}] On my Windows XP PC, Button[.]s are always at least 8 pixels wide. On my friend's Mac, they are always at least 68 pixels wide. 68 seems a lot. Is there any way for Mathematica to force buttons on Mac OS X to render smaller than that?