From 80c38c0a513b8e33f3c7281e571e6daa69eb8b67 Mon Sep 17 00:00:00 2001 From: gac-x03da Date: Fri, 5 Aug 2022 10:29:07 +0200 Subject: [PATCH] Closedown --- plugins/XPSSpectrum.form | 7 ++++--- plugins/XPSSpectrum.java | 7 ++++--- 2 files changed, 8 insertions(+), 6 deletions(-) diff --git a/plugins/XPSSpectrum.form b/plugins/XPSSpectrum.form index 23f2faf2..18832b35 100644 --- a/plugins/XPSSpectrum.form +++ b/plugins/XPSSpectrum.form @@ -337,14 +337,15 @@ - - + - + + + diff --git a/plugins/XPSSpectrum.java b/plugins/XPSSpectrum.java index fe5fccb9..230c26cd 100644 --- a/plugins/XPSSpectrum.java +++ b/plugins/XPSSpectrum.java @@ -645,14 +645,15 @@ public class XPSSpectrum extends ScriptProcessor { .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED) .addComponent(btSave)) .addGroup(javax.swing.GroupLayout.Alignment.LEADING, jPanel2Layout.createSequentialGroup() - .addComponent(buttonStart) - .addGap(18, 18, 18) + .addGap(0, 0, 0) .addComponent(radioInitial) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(radioDetailed) .addGap(18, 18, 18) .addComponent(checkCIS) - .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 139, Short.MAX_VALUE) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED, 70, Short.MAX_VALUE) + .addComponent(buttonStart, javax.swing.GroupLayout.PREFERRED_SIZE, 100, javax.swing.GroupLayout.PREFERRED_SIZE) + .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(buttonSkip) .addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.RELATED) .addComponent(buttonAbort))