mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
5061 minor ui panel tweak
This commit is contained in:
parent
1408fd289b
commit
f4e36841b1
@ -44,9 +44,9 @@
|
|||||||
<Component id="credentialsField" alignment="3" min="-2" max="-2" attributes="0"/>
|
<Component id="credentialsField" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="testButton" alignment="3" min="-2" max="-2" attributes="0"/>
|
<Component id="testButton" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace min="-2" pref="31" max="-2" attributes="0"/>
|
<EmptySpace type="unrelated" min="-2" max="-2" attributes="0"/>
|
||||||
<Component id="warningLabel" min="-2" pref="18" max="-2" attributes="0"/>
|
<Component id="warningLabel" min="-2" pref="18" max="-2" attributes="0"/>
|
||||||
<EmptySpace pref="29" max="32767" attributes="0"/>
|
<EmptySpace pref="49" max="32767" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
</DimensionLayout>
|
</DimensionLayout>
|
||||||
|
@ -97,9 +97,9 @@ public class BingTranslatorSettingsPanel extends javax.swing.JPanel {
|
|||||||
.addComponent(credentialsLabel)
|
.addComponent(credentialsLabel)
|
||||||
.addComponent(credentialsField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(credentialsField, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
.addComponent(testButton))
|
.addComponent(testButton))
|
||||||
.addGap(31, 31, 31)
|
.addPreferredGap(javax.swing.LayoutStyle.ComponentPlacement.UNRELATED)
|
||||||
.addComponent(warningLabel, javax.swing.GroupLayout.PREFERRED_SIZE, 18, javax.swing.GroupLayout.PREFERRED_SIZE)
|
.addComponent(warningLabel, javax.swing.GroupLayout.PREFERRED_SIZE, 18, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||||
.addContainerGap(29, Short.MAX_VALUE))
|
.addContainerGap(49, Short.MAX_VALUE))
|
||||||
);
|
);
|
||||||
}// </editor-fold>//GEN-END:initComponents
|
}// </editor-fold>//GEN-END:initComponents
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user