[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [Subclipse-dev] Commit dialog sash form

From: Jörg Eichhorn <jeichhorn_at_gmail.com>
Date: 2006-01-21 23:10:32 CET

It would also be nice to make it clear that the comment and resources
list are separate. This could help the user to find the movable separator.
In the attached screenshot i used the custom the SashFrom implementation
from http://www.novocode.com/swt/LiveSashForm.java .
This allows to set shadows in the child controls.

The only difference to the patch in my previous mail is the usage of the
LiveSashForm instead of the normal SashForm plus:

sashForm.setChildBorder(cTop, SWT.SHADOW_ETCHED_IN);
sashForm.setChildBorder(cBottom, SWT.SHADOW_ETCHED_IN);

after adding the controls.

This LiveSashForm is licensed under EPL 1.0 - so i think it is usable
within Subclipse.

Br,
Jörg

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subclipse.tigris.org
For additional commands, e-mail: dev-help@subclipse.tigris.org

subclipseCommitDialog.jpg
Received on Sat Jan 21 23:10:07 2006

This is an archived mail posted to the Subclipse Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.