OpenChrom / openchrom

Visualization and Analysis of mass spectrometric and chromatographic data.
https://www.openchrom.net
Eclipse Public License 1.0
88 stars 24 forks source link

Peak Detector / Review UI - replace gray/inactive background by default #460

Closed eselmeister closed 9 months ago

eselmeister commented 9 months ago

Use setBackgroundMode(SWT.INHERIT_DEFAULT) after creating the wizard.

wizardDialog.create();
wizardDialog.getShell().setBackgroundMode(SWT.INHERIT_DEFAULT);
eselmeister commented 9 months ago

Screenshot from 2024-02-23 12-33-30 Screenshot from 2024-02-23 12-33-47