mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-12 16:06:15 +00:00
Made simple panel smaller
This commit is contained in:
parent
b7fcd5b6fc
commit
f9a3d1472f
@ -28,7 +28,7 @@
|
|||||||
<Group type="102" alignment="0" attributes="0">
|
<Group type="102" alignment="0" attributes="0">
|
||||||
<EmptySpace min="-2" pref="11" max="-2" attributes="0"/>
|
<EmptySpace min="-2" pref="11" max="-2" attributes="0"/>
|
||||||
<Component id="skipKnownCheckBox" min="-2" max="-2" attributes="0"/>
|
<Component id="skipKnownCheckBox" min="-2" max="-2" attributes="0"/>
|
||||||
<EmptySpace pref="175" max="32767" attributes="0"/>
|
<EmptySpace pref="45" max="32767" attributes="0"/>
|
||||||
</Group>
|
</Group>
|
||||||
</Group>
|
</Group>
|
||||||
</DimensionLayout>
|
</DimensionLayout>
|
||||||
|
@ -67,7 +67,7 @@ package org.sleuthkit.autopsy.filetypeid;
|
|||||||
.addGroup(layout.createSequentialGroup()
|
.addGroup(layout.createSequentialGroup()
|
||||||
.addGap(11, 11, 11)
|
.addGap(11, 11, 11)
|
||||||
.addComponent(skipKnownCheckBox)
|
.addComponent(skipKnownCheckBox)
|
||||||
.addContainerGap(175, Short.MAX_VALUE))
|
.addContainerGap(45, Short.MAX_VALUE))
|
||||||
);
|
);
|
||||||
}// </editor-fold>//GEN-END:initComponents
|
}// </editor-fold>//GEN-END:initComponents
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user