mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-20 03:24:55 +00:00
remove etched border from FiltersPanel
This commit is contained in:
parent
7181da2170
commit
f04e266212
@ -111,11 +111,6 @@
|
|||||||
</Container>
|
</Container>
|
||||||
<Component class="org.sleuthkit.autopsy.communications.FiltersPanel" name="filtersPane">
|
<Component class="org.sleuthkit.autopsy.communications.FiltersPanel" name="filtersPane">
|
||||||
<Properties>
|
<Properties>
|
||||||
<Property name="border" type="javax.swing.border.Border" editor="org.netbeans.modules.form.editors2.BorderEditor">
|
|
||||||
<Border info="org.netbeans.modules.form.compat2.border.EtchedBorderInfo">
|
|
||||||
<EtchetBorder/>
|
|
||||||
</Border>
|
|
||||||
</Property>
|
|
||||||
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
<Property name="minimumSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||||
<Dimension value="[256, 495]"/>
|
<Dimension value="[256, 495]"/>
|
||||||
</Property>
|
</Property>
|
||||||
|
@ -88,7 +88,6 @@ public final class CVTTopComponent extends TopComponent implements ExplorerManag
|
|||||||
|
|
||||||
splitPane.setLeftComponent(BrowseVisualizeTabPane);
|
splitPane.setLeftComponent(BrowseVisualizeTabPane);
|
||||||
|
|
||||||
filtersPane.setBorder(javax.swing.BorderFactory.createEtchedBorder());
|
|
||||||
filtersPane.setMinimumSize(new java.awt.Dimension(256, 495));
|
filtersPane.setMinimumSize(new java.awt.Dimension(256, 495));
|
||||||
|
|
||||||
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);
|
javax.swing.GroupLayout layout = new javax.swing.GroupLayout(this);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user