mirror of https://github.com/deavminet/gustav.git
Fixed layout to expand and fill out
This commit is contained in:
parent
f48f9b36ce
commit
ae961a86a7
|
@ -97,9 +97,10 @@ public class GUI : Thread
|
||||||
box.add(notebook);
|
box.add(notebook);
|
||||||
statusBar = new Statusbar();
|
statusBar = new Statusbar();
|
||||||
statusBar.add(new Label("Gustav: Bruh"));
|
statusBar.add(new Label("Gustav: Bruh"));
|
||||||
|
box.setChildPacking(notebook, true, true, 0, GtkPackType.START);
|
||||||
box.packEnd(statusBar, 0, 0, 0);
|
box.packEnd(statusBar, 0, 0, 0);
|
||||||
//notebook.add(createServerTab());
|
//notebook.add(createServerTab());
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue