mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-15 09:17:42 +00:00
update for fonts
This commit is contained in:
parent
5f1c9cc543
commit
f54e9dc9dd
@ -427,12 +427,6 @@
|
||||
<Component class="javax.swing.JTextPane" name="outputViewPane">
|
||||
<Properties>
|
||||
<Property name="editable" type="boolean" value="false"/>
|
||||
<Property name="font" type="java.awt.Font" editor="org.netbeans.beaninfo.editors.FontEditor">
|
||||
<Font name="Courier New" size="11" style="0"/>
|
||||
</Property>
|
||||
<Property name="preferredSize" type="java.awt.Dimension" editor="org.netbeans.beaninfo.editors.DimensionEditor">
|
||||
<Dimension value="null"/>
|
||||
</Property>
|
||||
</Properties>
|
||||
</Component>
|
||||
</SubComponents>
|
||||
|
@ -290,8 +290,6 @@ public class StringsContentPanel extends javax.swing.JPanel {
|
||||
add(controlPanel, java.awt.BorderLayout.NORTH);
|
||||
|
||||
outputViewPane.setEditable(false);
|
||||
outputViewPane.setFont(new java.awt.Font("Courier New", 0, 11)); // NOI18N
|
||||
outputViewPane.setPreferredSize(null);
|
||||
outputScrollPane.setViewportView(outputViewPane);
|
||||
|
||||
add(outputScrollPane, java.awt.BorderLayout.CENTER);
|
||||
|
Loading…
x
Reference in New Issue
Block a user