mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 18:17:43 +00:00
Addressed IDE hints.
This commit is contained in:
parent
7eadf5c7ac
commit
3a010a9da9
@ -25,7 +25,7 @@
|
|||||||
</Group>
|
</Group>
|
||||||
<Component id="detectionSettingsLabel" min="-2" max="-2" attributes="0"/>
|
<Component id="detectionSettingsLabel" min="-2" max="-2" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
<EmptySpace pref="155" max="32767" attributes="0"/>
|
<EmptySpace pref="145" max="32767" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
</DimensionLayout>
|
</DimensionLayout>
|
||||||
|
@ -18,7 +18,6 @@
|
|||||||
*/
|
*/
|
||||||
package org.sleuthkit.autopsy.modules.photoreccarver;
|
package org.sleuthkit.autopsy.modules.photoreccarver;
|
||||||
|
|
||||||
import org.sleuthkit.autopsy.coreutils.Logger;
|
|
||||||
import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings;
|
import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettings;
|
||||||
import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettingsPanel;
|
import org.sleuthkit.autopsy.ingest.IngestModuleIngestJobSettingsPanel;
|
||||||
|
|
||||||
@ -80,7 +79,7 @@ final class PhotoRecCarverIngestJobSettingsPanel extends IngestModuleIngestJobSe
|
|||||||
.addGap(10, 10, 10)
|
.addGap(10, 10, 10)
|
||||||
.addComponent(keepCorruptedFilesCheckbox))
|
.addComponent(keepCorruptedFilesCheckbox))
|
||||||
.addComponent(detectionSettingsLabel))
|
.addComponent(detectionSettingsLabel))
|
||||||
.addContainerGap(155, Short.MAX_VALUE))
|
.addContainerGap(145, Short.MAX_VALUE))
|
||||||
);
|
);
|
||||||
layout.setVerticalGroup(
|
layout.setVerticalGroup(
|
||||||
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
layout.createParallelGroup(javax.swing.GroupLayout.Alignment.LEADING)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user