Skip to content

Commit

Permalink
Update TitledSeparator.java
Browse files Browse the repository at this point in the history
remove etching
  • Loading branch information
wimjongman authored Nov 27, 2024
1 parent 9d3a7ce commit e46116b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,9 +146,8 @@ private void createContent() {
* Create a separator
*/
private void createSeparator() {
final Label separator = new Label(this, SWT.SEPARATOR | SWT.HORIZONTAL | SWT.SHADOW_OUT);
final Label separator = new Label(this, SWT.SEPARATOR | SWT.HORIZONTAL);
separator.setLayoutData(new GridData(GridData.FILL, GridData.CENTER, true, false));
separator.setBackground(getBackground());
}

/**
Expand Down

0 comments on commit e46116b

Please sign in to comment.