How to adjust the default browser window size?

2 messages Options
Embed this post
Permalink
Paul DeBruicker

How to adjust the default browser window size?

Reply Threaded More More options
Print post
Permalink
Hi -


How can I change the default class browser window size in Squeak?

Thanks

Paul
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Hernán Morales Durand

Re: How to adjust the default browser window size?

Reply Threaded More More options
Print post
Permalink
Hi Paul,
  Implement in class Browser, instance side, a method #initialExtent like

initialExtent
    ^ 700 @ 600

Cheers,

Hernán

2009/10/29 Paul DeBruicker <[hidden email]>
Hi -


How can I change the default class browser window size in Squeak?

Thanks

Paul
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners


_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners