The Omni Group
These forums are now read-only. Please visit our new forums to participate in discussion. A new account will be required to post in the new forums. For more info on the switch, see this post. Thank you!

Go Back   The Omni Group Forums > OmniGraffle > OmniGraffle General
FAQ Members List Calendar Today's Posts

 
Customize Magnify slider Thread Tools Search this Thread Display Modes
Is there anyway to customize the magnification slider in the Style:image inspector? The smallest size on the slider is 13%, I'd like to be able to slide to 5%.
 
You can type 5% in the text box to the right of the slider,
or run code like this:
Code:
tell application id "OGfl"
	set lstSeln to selection of front window
	if length of lstSeln < 1 then return
	set image scale of item 1 of lstSeln to 0.05
end tell
but I don't think you'll have much luck with changing the slider scale.

If you'd like to suggest a change for a later version, the quickest route is Help > Send Feedback … from the OG menu.
 
yeh, I punch it in now. I was just hoping that there was a pref dialog like the 'Edit sizes...' that is visible when the the fonts palette is expanded.
 
 




Similar Threads
Thread Thread Starter Forum Replies Last Post
How to customize colors dogpaw OmniFocus for iPhone 7 2010-08-01 12:28 PM
Customize column buddyforone OmniFocus 1 for Mac 1 2010-07-07 08:37 AM
Customize Omniweb kana OmniWeb General 9 2009-08-31 12:58 PM
customize ical format? adhamh OmniPlan General 5 2007-06-08 10:08 AM


All times are GMT -8. The time now is 09:45 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, vBulletin Solutions, Inc.