Skip to content
This repository has been archived by the owner on Jan 26, 2022. It is now read-only.

Commit

Permalink
Merge pull request #103 from mattcasters/master
Browse files Browse the repository at this point in the history
Issue #97
  • Loading branch information
mattcasters committed Feb 15, 2019
2 parents ad64521 + 220726d commit 96d9016
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -389,11 +389,11 @@ public CypherDialog( Shell parent, Object inputMetadata, TransMeta transMeta, St
};

Label wlParameters = new Label( wComposite, SWT.LEFT );
wlParameters.setText( "Parameters" );
wlParameters.setText( "Parameters: (NOTE that parameters for labels are not supported)" );
props.setLook( wlParameters );
FormData fdlParameters = new FormData();
fdlParameters.left = new FormAttachment( 0, 0 );
fdlParameters.right = new FormAttachment( middle, -margin );
fdlParameters.right = new FormAttachment( 100, 0 );
fdlParameters.top = new FormAttachment( lastControl, margin );
wlParameters.setLayoutData( fdlParameters );

Expand Down

0 comments on commit 96d9016

Please sign in to comment.