6077 fix size of panel

This commit is contained in:
William Schaefer
2020-03-24 17:12:32 -04:00
parent 2b47ec24a1
commit 04d962ddf4
2 changed files with 5 additions and 5 deletions
@@ -46,7 +46,7 @@
</Group>
<Group type="103" rootIndex="1" groupAlignment="0" attributes="0">
<Group type="102" alignment="0" attributes="0">
<EmptySpace min="-2" max="-2" attributes="0"/>
<EmptySpace max="-2" attributes="0"/>
<Component id="jScrollPane1" pref="585" max="32767" attributes="0"/>
<EmptySpace min="-2" pref="120" max="-2" attributes="0"/>
</Group>
@@ -73,8 +73,8 @@
</Group>
<Group type="103" rootIndex="1" groupAlignment="0" attributes="0">
<Group type="102" alignment="1" attributes="0">
<EmptySpace pref="39" max="32767" attributes="0"/>
<Component id="jScrollPane1" min="-2" pref="97" max="-2" attributes="0"/>
<EmptySpace pref="36" max="32767" attributes="0"/>
<Component id="jScrollPane1" min="-2" pref="100" max="-2" attributes="0"/>
<EmptySpace pref="37" max="32767" attributes="0"/>
</Group>
</Group>
@@ -131,8 +131,8 @@ public class DocumentPanel extends javax.swing.JPanel implements ListCellRendere
.addContainerGap())
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
.addGroup(javax.swing.GroupLayout.Alignment.TRAILING, layout.createSequentialGroup()
.addContainerGap(39, Short.MAX_VALUE)
.addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 97, javax.swing.GroupLayout.PREFERRED_SIZE)
.addContainerGap(36, Short.MAX_VALUE)
.addComponent(jScrollPane1, javax.swing.GroupLayout.PREFERRED_SIZE, 100, javax.swing.GroupLayout.PREFERRED_SIZE)
.addContainerGap(37, Short.MAX_VALUE)))
);
}// </editor-fold>//GEN-END:initComponents