Am 08.04.2013 um 17:33 schrieb Osswald Oliver <[email protected]>:

> However:  On the CustomizeToolbar Window, there is also a checkbox "Use small 
> size".
> 
> Is there a way I can get rid of it as well?

I add an event allowSizeMode. You can use it like this to get rid of small mode:


Function allowsSizeMode(mode as integer, SuperAllows as boolean) As boolean
  #if DebugBuild then
    System.DebugLog CurrentMethodName+" "+str(SuperAllows)
  #endif
  
  if mode = me.NSToolbarSizeModeSmall then
    Return false
  else
    Return SuperAllows
  end if
  
End Function



Greetings
Christian

-- 
Read our blog about news on our plugins:

http://www.mbsplugins.de/

_______________________________________________
Mbsplugins_monkeybreadsoftware.info mailing list
[email protected]
https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info

Reply via email to