Skip to content
Snippets Groups Projects
Commit 1ed8d780 authored by Raphael GIRARDOT's avatar Raphael GIRARDOT
Browse files

mambo and bensikin prefer using LogViewer with auto resized columns

parent 1a7a7846
No related branches found
No related tags found
No related merge requests found
......@@ -112,6 +112,7 @@ public class BensikinMainPanel extends JPanel {
messageSplit.setTopComponent(contextSplit);
logViewer = LogManager.getLogViewerInstance(Bensikin.DEFAULT_LOG_ID, true);
logViewer.setAutoResizeColumns(true);
messageSplit.setBottomComponent(logViewer);
// END VERTICAL SPLIT
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment