mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 08:56:15 +00:00
Merge pull request #791 from mrtizmo/hashdb_f
Hashdatabase module - font fix 2
This commit is contained in:
commit
3b3092e7dd
@ -480,7 +480,7 @@ public final class HashLookupSettingsPanel extends IngestModuleGlobalSettingsPan
|
||||
|
||||
org.openide.awt.Mnemonics.setLocalizedText(jLabel6, org.openide.util.NbBundle.getMessage(HashLookupSettingsPanel.class, "HashLookupSettingsPanel.jLabel6.text")); // NOI18N
|
||||
|
||||
jButton3.setFont(new java.awt.Font(jButton3.getFont().getName(), Font.PLAIN, 14));
|
||||
jButton3.setFont(jButton3.getFont().deriveFont(Font.PLAIN, 14));
|
||||
org.openide.awt.Mnemonics.setLocalizedText(jButton3, org.openide.util.NbBundle.getMessage(HashLookupSettingsPanel.class, "HashLookupSettingsPanel.jButton3.text")); // NOI18N
|
||||
|
||||
setMinimumSize(new java.awt.Dimension(700, 500));
|
||||
|
@ -101,10 +101,10 @@ class ModalNoButtons extends javax.swing.JDialog implements PropertyChangeListen
|
||||
GO_GET_COFFEE_LABEL.setDisplayedMnemonic('H');
|
||||
org.openide.awt.Mnemonics.setLocalizedText(GO_GET_COFFEE_LABEL, org.openide.util.NbBundle.getMessage(ModalNoButtons.class, "ModalNoButtons.GO_GET_COFFEE_LABEL.text")); // NOI18N
|
||||
|
||||
CURRENTLYON_LABEL.setFont(new java.awt.Font(CURRENTLYON_LABEL.getFont().getName(), Font.PLAIN, 14));
|
||||
CURRENTLYON_LABEL.setFont(CURRENTLYON_LABEL.getFont().deriveFont(Font.PLAIN, 14));
|
||||
org.openide.awt.Mnemonics.setLocalizedText(CURRENTLYON_LABEL, org.openide.util.NbBundle.getMessage(ModalNoButtons.class, "ModalNoButtons.CURRENTLYON_LABEL.text")); // NOI18N
|
||||
|
||||
CURRENTDB_LABEL.setFont(new java.awt.Font(CURRENTDB_LABEL.getFont().getName(), Font.PLAIN, 14));
|
||||
CURRENTDB_LABEL.setFont(CURRENTDB_LABEL.getFont().deriveFont(Font.PLAIN, 14));
|
||||
org.openide.awt.Mnemonics.setLocalizedText(CURRENTDB_LABEL, org.openide.util.NbBundle.getMessage(ModalNoButtons.class, "ModalNoButtons.CURRENTDB_LABEL.text")); // NOI18N
|
||||
|
||||
org.openide.awt.Mnemonics.setLocalizedText(CANCEL_BUTTON, org.openide.util.NbBundle.getMessage(ModalNoButtons.class, "ModalNoButtons.CANCEL_BUTTON.text")); // NOI18N
|
||||
|
Loading…
x
Reference in New Issue
Block a user