[Q] a couple of questions related to look enhancements

Martin Drautzburg martin.drautzburg at web.de
Sun Mar 30 15:50:45 UTC 2003


<diegogomezdeck at consultar.com> writes:

> - Do you consider these changes an [ENH] to the base image or an external
> package?

IMHO it should become the default look.  

BTW - I replaced the "stripes" in the Title Bar of SytemWindow
by a framed Border and used your icons. Looks cool

IIRC this is what I did:

addLabelArea
	labelArea _ (AlignmentMorph newSpacer: Color gray) vResizing: #shrinkWrap;
				 layoutPolicy: ProportionalLayout new;
				 borderStyle: BorderStyle complexFramed;
				 borderWidth: 3.
	self addMorph: labelArea



More information about the Squeak-dev mailing list