Export class SearchPanel?

Hi, quick question, you would not consider exporting the SearchPanel class (default search panel implementation)? That would make minor modifications of it easy (say top right corner, shorter button/label texts etc.) through inheritance and createPanel().

Cheers

No, I don’t want to complicate and lock down that class in order to make it properly allow extension, and I feel reimplementing a search panel from scratch is not that hard.

Ok, understandable, thanks.