mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 08:26:15 +00:00
Minor tweak to size.
This commit is contained in:
parent
e38d85c0e2
commit
af9657ade5
@ -98,11 +98,11 @@ final class CommonAttributePanel extends javax.swing.JDialog implements Observer
|
|||||||
|
|
||||||
interCasePanel = new InterCasePanel();
|
interCasePanel = new InterCasePanel();
|
||||||
interCasePanel.setVisible(true);
|
interCasePanel.setVisible(true);
|
||||||
interCasePanel.setSize(384 - 43, (int) containerPanel.getPreferredSize().getHeight() + 43);
|
interCasePanel.setSize((int) containerPanel.getPreferredSize().getWidth(), (int) containerPanel.getPreferredSize().getHeight());
|
||||||
|
|
||||||
intraCasePanel = new IntraCasePanel();
|
intraCasePanel = new IntraCasePanel();
|
||||||
intraCasePanel.setVisible(true);
|
intraCasePanel.setVisible(true);
|
||||||
intraCasePanel.setSize(384 - 43, (int) containerPanel.getPreferredSize().getHeight() + 43);
|
intraCasePanel.setSize((int) containerPanel.getPreferredSize().getWidth(), (int) containerPanel.getPreferredSize().getHeight());
|
||||||
|
|
||||||
this.setupDataSources();
|
this.setupDataSources();
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user