Default size of TBrowser

Hi,

is there a way to change the default size of the TBrowser window, without changing the source code of ROOT? I wonder if there is any setting I can change in some config file.

Cheers,
Riccardo


ROOT Version: Not Provided
Platform: Not Provided
Compiler: Not Provided


Hi Riccardo,

There is no such option in the config file, but you can use (for example):

TBrowser b("Browser", "ROOT Browser", 100, 100, 1800, 1200);

Cheers, Bertrand.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.