1

I may need to change toolbar background, heading font and position.
Is it possible to do that with the standard CPToolbar? I was looking through the ThemeDescriptors.j, and there is nothing about a Toolbar.

It seams not so difficult to create my own. Should I go that way?

Alex Smolov
  • 1,831
  • 4
  • 24
  • 43

1 Answers1

2

The toolbar isn't themeable as is (although, feel free to implement that for us. :) )

That said, you could do something like this depending on what exactly you want to do… https://github.com/cappuccino/issues/blob/master/Client/AppController.j#L273

Me1000
  • 1,760
  • 1
  • 12
  • 14