summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/gui/image/CreateImageFreigabe_GUI.java
diff options
context:
space:
mode:
authorMichael Wilson2014-10-01 12:14:19 +0200
committerMichael Wilson2014-10-01 12:14:19 +0200
commit0580851c1902171aab6c2645e92b808c3771dc79 (patch)
tree964b172b7ae9a439093265da0450c45fd48c0fd5 /dozentenmodul/src/main/java/gui/image/CreateImageFreigabe_GUI.java
parentAbbrechen des FTP-Download gefixt (diff)
parentfixed bug (diff)
downloadtutor-module-0580851c1902171aab6c2645e92b808c3771dc79.tar.gz
tutor-module-0580851c1902171aab6c2645e92b808c3771dc79.tar.xz
tutor-module-0580851c1902171aab6c2645e92b808c3771dc79.zip
Merge branch 'master' of ssh://git.openslx.org/openslx-ng/tutor-module
Diffstat (limited to 'dozentenmodul/src/main/java/gui/image/CreateImageFreigabe_GUI.java')
-rw-r--r--dozentenmodul/src/main/java/gui/image/CreateImageFreigabe_GUI.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/dozentenmodul/src/main/java/gui/image/CreateImageFreigabe_GUI.java b/dozentenmodul/src/main/java/gui/image/CreateImageFreigabe_GUI.java
index 9337683f..bbf12396 100644
--- a/dozentenmodul/src/main/java/gui/image/CreateImageFreigabe_GUI.java
+++ b/dozentenmodul/src/main/java/gui/image/CreateImageFreigabe_GUI.java
@@ -101,12 +101,12 @@ public class CreateImageFreigabe_GUI extends JFrame {
panel_1.setBackground(SystemColor.menu);
panel_1.setBorder(new TitledBorder(null, "Freigabe",
TitledBorder.LEADING, TitledBorder.TOP, null, null));
- panel_1.setBounds(10, 51, 557, 124);
+ panel_1.setBounds(10, 51, 557, 80);
contentPanel.add(panel_1);
panel_1.setLayout(null);
JLabel lblNewLabel_2 = new JLabel("Freigabemodus:");
- lblNewLabel_2.setBounds(10, 55, 250, 20);
+ lblNewLabel_2.setBounds(10, 30, 250, 20);
panel_1.add(lblNewLabel_2);
comboBox = new JComboBox();
@@ -114,7 +114,7 @@ public class CreateImageFreigabe_GUI extends JFrame {
"Lokal (Eigene Hochschule)",
"Öffentlich (Alle Hochschulen)" }));
comboBox.setSelectedIndex(0);
- comboBox.setBounds(270, 55, 250, 20);
+ comboBox.setBounds(270, 30, 250, 20);
panel_1.add(comboBox);
JLabel lblHauptmen = new JLabel("Hauptmenü");