mirror of https://github.com/deavminet/gustav.git
Make connection tabs scrollable
This commit is contained in:
parent
65720725c3
commit
4b691eeab3
|
@ -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"));
|
||||
|
|
Loading…
Reference in New Issue