This commit is contained in:
2015-12-03 08:48:52 +01:00
parent 0aa6ed00cd
commit 98c5bcdee9
2 changed files with 4 additions and 4 deletions

View File

@@ -243,7 +243,7 @@ public class Microscope extends Panel {
.addGroup(jPanel1Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(jLabel1)
.addComponent(spinnerStepAlignment, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE))
.addContainerGap())
.addGap(4, 4, 4))
);
button0.setText("0");
@@ -339,7 +339,7 @@ public class Microscope extends Panel {
.addGroup(jPanel4Layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
.addComponent(buttonDefineBeam, javax.swing.GroupLayout.PREFERRED_SIZE, 25, javax.swing.GroupLayout.PREFERRED_SIZE)
.addComponent(checkHighDef))
.addContainerGap())
.addGap(4, 4, 4))
);
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);