mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
Cleaned up font fix changes.
This commit is contained in:
parent
a3a9409c8d
commit
4ebade367d
@ -294,7 +294,7 @@ public class ReportProgressPanel extends javax.swing.JPanel {
|
||||
|
||||
org.openide.awt.Mnemonics.setLocalizedText(pathLabel, org.openide.util.NbBundle.getMessage(ReportProgressPanel.class, "ReportProgressPanel.pathLabel.text")); // NOI18N
|
||||
|
||||
processingLabel.setFont(new java.awt.Font(processingLabel.getFont().getName(), 2, 10)); // NOI18N NON-NLS
|
||||
processingLabel.setFont(new java.awt.Font(processingLabel.getFont().getName(), 2, 10));
|
||||
org.openide.awt.Mnemonics.setLocalizedText(processingLabel, org.openide.util.NbBundle.getMessage(ReportProgressPanel.class, "ReportProgressPanel.processingLabel.text")); // NOI18N
|
||||
|
||||
org.openide.awt.Mnemonics.setLocalizedText(separationLabel, org.openide.util.NbBundle.getMessage(ReportProgressPanel.class, "ReportProgressPanel.separationLabel.text")); // NOI18N
|
||||
|
Loading…
x
Reference in New Issue
Block a user