mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-13 00:16:16 +00:00
2647-Tabs now scroll correctly when made too small for content
This commit is contained in:
parent
44c5f07fba
commit
11c5954102
@ -74,7 +74,7 @@ public class DataContentPanel extends javax.swing.JPanel implements DataContent,
|
|||||||
}
|
}
|
||||||
viewers.add(new UpdateWrapper(dcv));
|
viewers.add(new UpdateWrapper(dcv));
|
||||||
jTabbedPane1.addTab(dcv.getTitle(), null,
|
jTabbedPane1.addTab(dcv.getTitle(), null,
|
||||||
dcv.getComponent(), dcv.getToolTip());
|
new javax.swing.JScrollPane(dcv.getComponent()), dcv.getToolTip());
|
||||||
}
|
}
|
||||||
|
|
||||||
// disable the tabs
|
// disable the tabs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user