mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-14 17:06:16 +00:00
3780: revert the unnecessary changes
This commit is contained in:
parent
09af64bf77
commit
a1bd48b65e
@ -1,7 +1,7 @@
|
||||
/*
|
||||
* Autopsy Forensic Browser
|
||||
*
|
||||
* Copyright 2011-2018 Basis Technology Corp.
|
||||
* Copyright 2011-2017 Basis Technology Corp.
|
||||
* Contact: carrier <at> sleuthkit <dot> org
|
||||
*
|
||||
* Licensed under the Apache License, Version 2.0 (the "License");
|
||||
@ -111,7 +111,6 @@ class DropdownToolbar extends javax.swing.JPanel {
|
||||
searchMenu.setVisible(false);
|
||||
}
|
||||
});
|
||||
|
||||
searchMenu.setSize(dropPanel.getPreferredSize().width + 6, dropPanel.getPreferredSize().height + 6);
|
||||
searchMenu.add(dropPanel);
|
||||
searchMenu.addPopupMenuListener(new PopupMenuListener() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user