mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 08:56:15 +00:00
6048 change one more derived font to default
This commit is contained in:
parent
e35dd7b7e7
commit
be5135c7b6
@ -622,11 +622,6 @@
|
||||
<Color blue="f0" green="f0" red="f0" type="rgb"/>
|
||||
</Property>
|
||||
<Property name="columns" type="int" value="20"/>
|
||||
<Property name="font" type="java.awt.Font" editor="org.netbeans.modules.form.editors2.FontEditor">
|
||||
<FontInfo relative="true">
|
||||
<Font component="descriptionTextArea" property="font" relativeSize="true" size="-2"/>
|
||||
</FontInfo>
|
||||
</Property>
|
||||
<Property name="lineWrap" type="boolean" value="true"/>
|
||||
<Property name="rows" type="int" value="3"/>
|
||||
<Property name="text" type="java.lang.String" editor="org.netbeans.modules.i18n.form.FormI18nStringEditor">
|
||||
|
@ -760,7 +760,6 @@ public final class FilesSetDefsPanel extends IngestModuleGlobalSettingsPanel imp
|
||||
descriptionTextArea.setEditable(false);
|
||||
descriptionTextArea.setBackground(new java.awt.Color(240, 240, 240));
|
||||
descriptionTextArea.setColumns(20);
|
||||
descriptionTextArea.setFont(descriptionTextArea.getFont().deriveFont(descriptionTextArea.getFont().getSize()-2f));
|
||||
descriptionTextArea.setLineWrap(true);
|
||||
descriptionTextArea.setRows(3);
|
||||
descriptionTextArea.setText(org.openide.util.NbBundle.getMessage(FilesSetDefsPanel.class, "FilesSetDefsPanel.interesting.jTextArea1.text")); // NOI18N
|
||||
|
Loading…
x
Reference in New Issue
Block a user