From ded20792d92aa49c3ac4a49d08b847b878492cf5 Mon Sep 17 00:00:00 2001 From: voulot_d Date: Thu, 8 Jun 2017 11:06:35 +0200 Subject: [PATCH] ScreenPanel --- devices/CurrentCamera.properties | 8 ++++---- plugins/ScreenPanel.form | 2 +- plugins/ScreenPanel.java | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/devices/CurrentCamera.properties b/devices/CurrentCamera.properties index 9502043..89e27d8 100644 --- a/devices/CurrentCamera.properties +++ b/devices/CurrentCamera.properties @@ -1,8 +1,8 @@ -#Thu Jun 08 08:55:20 CEST 2017 +#Thu Jun 08 10:46:19 CEST 2017 colormap=Flame -colormapAutomatic=false -colormapMax=6000.0 -colormapMin=1.0 +colormapAutomatic=true +colormapMax=936.0 +colormapMin=0.0 flipHorizontally=false flipVertically=false grayscale=false diff --git a/plugins/ScreenPanel.form b/plugins/ScreenPanel.form index 4587e08..d97c43e 100644 --- a/plugins/ScreenPanel.form +++ b/plugins/ScreenPanel.form @@ -500,7 +500,7 @@ - + diff --git a/plugins/ScreenPanel.java b/plugins/ScreenPanel.java index 905eda4..f44564f 100644 --- a/plugins/ScreenPanel.java +++ b/plugins/ScreenPanel.java @@ -2254,7 +2254,7 @@ public class ScreenPanel extends Panel { jPanel2Layout.setVerticalGroup( jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING) .addGroup(jPanel2Layout.createSequentialGroup() - .addContainerGap() + .addGap(4, 4, 4) .addGroup(jPanel2Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.TRAILING) .addGroup(jPanel2Layout.createSequentialGroup() .addComponent(buttonAutomatic)