mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-17 02:07:42 +00:00
Merge branch 'develop' of https://github.com/sleuthkit/autopsy into develop
This commit is contained in:
commit
b0dbd2dba4
@ -60,10 +60,8 @@
|
||||
<SubComponents>
|
||||
<Container class="javax.swing.JSplitPane" name="jSplitPane1">
|
||||
<Properties>
|
||||
<Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
|
||||
<FontInfo relative="true">
|
||||
<Font bold="false" component="jSplitPane1" property="font" relativeSize="false" size="11"/>
|
||||
</FontInfo>
|
||||
<Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.RADConnectionPropertyEditor">
|
||||
<Connection component="leftPane" name="font" type="property"/>
|
||||
</Property>
|
||||
</Properties>
|
||||
|
||||
|
@ -200,7 +200,7 @@ class DropdownListSearchPanel extends KeywordSearchPanel {
|
||||
|
||||
setFont(getFont().deriveFont(getFont().getStyle() & ~java.awt.Font.BOLD, 11));
|
||||
|
||||
jSplitPane1.setFont(jSplitPane1.getFont().deriveFont(jSplitPane1.getFont().getStyle() & ~java.awt.Font.BOLD, 11));
|
||||
jSplitPane1.setFont(leftPane.getFont());
|
||||
|
||||
leftPane.setFont(leftPane.getFont().deriveFont(leftPane.getFont().getStyle() & ~java.awt.Font.BOLD, 11));
|
||||
leftPane.setMinimumSize(new java.awt.Dimension(150, 23));
|
||||
|
Loading…
x
Reference in New Issue
Block a user