Make channel tabs scrollable

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

View File

@ -376,6 +376,7 @@ public final class Connection : Thread
// textBox.add(f);
notebookSwitcher = new Notebook();
notebookSwitcher.setScrollable(true);
//notebookSwitcher.add(newnew Label("test"));
box.add(channelBox);