diff --git a/source/Connection.d b/source/Connection.d index 2d0bd92..5d57135 100644 --- a/source/Connection.d +++ b/source/Connection.d @@ -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);