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%.
|
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
![]() |
| Customize Magnify slider | Thread Tools | Search this Thread | Display Modes |
|
Member
2012-07-30, 11:44 AM
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%.
Post 1
|
|
Member
2012-07-31, 08:56 AM
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 If you'd like to suggest a change for a later version, the quickest route is Help > Send Feedback … from the OG menu.
Post 2
|
|
Member
2012-07-31, 09:43 AM
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.
Post 3
|
![]() |
| Thread Tools | Search this Thread |
| 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 |