Make connection tabs scrollable

This commit is contained in:
Tristan B. Kildaire 2020-10-18 22:48:21 +02:00
parent 65720725c3
commit 4b691eeab3
1 changed files with 1 additions and 0 deletions

View File

@ -100,6 +100,7 @@ public class GUI : Thread
box.add(toolbar);
notebook = new Notebook();
notebook.setScrollable(true);
box.add(notebook);
statusBar = new Statusbar();
statusBar.add(new Label("Gustav: Bruh"));