The Omni Group

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

Reply
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%.
  Reply With Quote
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.
  Reply With Quote
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.
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


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 08:12 AM.


Powered by vBulletin® Version 3.8.6
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.