mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +00:00
Ported HashDB report module
This commit is contained in:
parent
157fb54219
commit
d4c55b2bb9
@ -67,7 +67,7 @@
|
||||
<Component id="hashSetsComboBox" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||
<Component id="configureHashDatabasesButton" alignment="3" min="-2" max="-2" attributes="0"/>
|
||||
</Group>
|
||||
<EmptySpace min="-2" pref="34" max="-2" attributes="0"/>
|
||||
<EmptySpace min="-2" max="-2" attributes="0"/>
|
||||
</Group>
|
||||
</Group>
|
||||
</DimensionLayout>
|
||||
|
@ -124,7 +124,7 @@ class AddTaggedHashesToHashDbConfigPanel extends javax.swing.JPanel {
|
||||
tagNamesListBox.addMouseListener(new MouseAdapter() {
|
||||
@Override
|
||||
public void mousePressed(MouseEvent evt) {
|
||||
if (!jAllTagsCheckBox.isSelected()) {
|
||||
if (jAllTagsCheckBox.isSelected()) {
|
||||
return;
|
||||
}
|
||||
JList<?> list = (JList) evt.getSource();
|
||||
@ -327,7 +327,7 @@ class AddTaggedHashesToHashDbConfigPanel extends javax.swing.JPanel {
|
||||
.addGroup(layout.createParallelGroup(javax.swing.GroupLayout.Alignment.BASELINE)
|
||||
.addComponent(hashSetsComboBox, javax.swing.GroupLayout.PREFERRED_SIZE, javax.swing.GroupLayout.DEFAULT_SIZE, javax.swing.GroupLayout.PREFERRED_SIZE)
|
||||
.addComponent(configureHashDatabasesButton))
|
||||
.addGap(34, 34, 34))
|
||||
.addContainerGap())
|
||||
);
|
||||
}// </editor-fold>//GEN-END:initComponents
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user