From 337a75e92624a111fac2c0a2868d153b076d697d Mon Sep 17 00:00:00 2001 From: Brian Sweeney Date: Thu, 26 Apr 2018 08:01:58 -0600 Subject: [PATCH] default font styles --- .../autopsy/commonfilesearch/CommonFilesPanel.form | 6 ------ .../autopsy/commonfilesearch/CommonFilesPanel.java | 2 -- 2 files changed, 8 deletions(-) diff --git a/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.form b/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.form index 90e77033af..fc62ad2b58 100644 --- a/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.form +++ b/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.form @@ -229,9 +229,6 @@ - - - @@ -240,9 +237,6 @@ - - - diff --git a/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java b/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java index c141ea8cd8..c95559c812 100644 --- a/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java +++ b/Core/src/org/sleuthkit/autopsy/commonfilesearch/CommonFilesPanel.java @@ -422,11 +422,9 @@ public final class CommonFilesPanel extends javax.swing.JPanel { } }); - dataSourceLabel.setFont(new java.awt.Font("Dialog", 2, 12)); // NOI18N org.openide.awt.Mnemonics.setLocalizedText(dataSourceLabel, org.openide.util.NbBundle.getMessage(CommonFilesPanel.class, "CommonFilesPanel.text")); // NOI18N dataSourceLabel.setName(""); // NOI18N - categoriesLabel.setFont(new java.awt.Font("Dialog", 2, 12)); // NOI18N org.openide.awt.Mnemonics.setLocalizedText(categoriesLabel, org.openide.util.NbBundle.getMessage(CommonFilesPanel.class, "CommonFilesPanel.categoriesLabel.text")); // NOI18N categoriesLabel.setName(""); // NOI18N