diff options
| author | Stephan Schwaer | 2015-06-30 12:36:54 +0200 |
|---|---|---|
| committer | Stephan Schwaer | 2015-06-30 12:36:54 +0200 |
| commit | bfce79c05fc0ed5a315655d5809a4b0685610154 (patch) | |
| tree | 7334ed5ce535810b29be0f832c6b390036198f8e /dozentenmodul/src/main/java/gui/GuiManager.java | |
| parent | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 (diff) | |
| download | tutor-module-bfce79c05fc0ed5a315655d5809a4b0685610154.tar.gz tutor-module-bfce79c05fc0ed5a315655d5809a4b0685610154.tar.xz tutor-module-bfce79c05fc0ed5a315655d5809a4b0685610154.zip | |
Fixed some comments and variable names
Diffstat (limited to 'dozentenmodul/src/main/java/gui/GuiManager.java')
| -rw-r--r-- | dozentenmodul/src/main/java/gui/GuiManager.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dozentenmodul/src/main/java/gui/GuiManager.java b/dozentenmodul/src/main/java/gui/GuiManager.java index a802cb0b..ae1c2038 100644 --- a/dozentenmodul/src/main/java/gui/GuiManager.java +++ b/dozentenmodul/src/main/java/gui/GuiManager.java @@ -76,6 +76,8 @@ public abstract class GuiManager { mainShell.setText("Dozmod"); mainShell.setMenuBar(menuBar); + + // Set layout for the mainshell, items added to the shell should get a gridData mainShell.setLayout(new GridLayout(1, true)); addContent(new gui.core.LoginComposite(mainShell)); |
