I am using an older monitor with the 1280 x 720 resolution. The System Browser is just a tad too big for the screen and I want to change its default height. How could that be done?
Here is how I found the method:
'System Browser'
, selected it and searched the methods including such a literal string.ToolRegistry >> menuItems
.openClassBrowser
.halt
to debug open
.NautilusUI >> open
went into super open
NautilusWindow >> initialExtent
. Voilà!