Fixed layout to expand and fill out

This commit is contained in:
Tristan B. Kildaire 2020-10-17 20:43:20 +02:00
parent f48f9b36ce
commit ae961a86a7
1 changed files with 2 additions and 1 deletions

View File

@ -97,9 +97,10 @@ public class GUI : Thread
box.add(notebook);
statusBar = new Statusbar();
statusBar.add(new Label("Gustav: Bruh"));
box.setChildPacking(notebook, true, true, 0, GtkPackType.START);
box.packEnd(statusBar, 0, 0, 0);
//notebook.add(createServerTab());