From ff2db05b893ba036fa7a86d229d56e2f6d833f7f Mon Sep 17 00:00:00 2001 From: sfop Date: Thu, 1 Sep 2016 16:04:22 +0200 Subject: [PATCH] Closedown --- plugins/LaserGunAlignment.form | 2 +- plugins/LaserGunAlignment.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/LaserGunAlignment.form b/plugins/LaserGunAlignment.form index ab1d82a..682a83d 100644 --- a/plugins/LaserGunAlignment.form +++ b/plugins/LaserGunAlignment.form @@ -227,7 +227,7 @@ - + diff --git a/plugins/LaserGunAlignment.java b/plugins/LaserGunAlignment.java index eaf3a7f..76bc67e 100644 --- a/plugins/LaserGunAlignment.java +++ b/plugins/LaserGunAlignment.java @@ -171,7 +171,7 @@ System.out.println("Set"); jLabel2.setHorizontalAlignment(javax.swing.SwingConstants.RIGHT); jLabel2.setText("phi_end:"); - spinnerI2.setModel(new javax.swing.SpinnerNumberModel(100.0d, 50.0d, 150.0d, 1.0d)); + spinnerI2.setModel(new javax.swing.SpinnerNumberModel(100.0d, -360.0d, 360.0d, 1.0d)); jLabel3.setHorizontalAlignment(javax.swing.SwingConstants.RIGHT); jLabel3.setText("Step size:");