aboutsummaryrefslogtreecommitdiff
path: root/src/main/java/kr/syeyoung/dungeonsguide/roomedit
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/java/kr/syeyoung/dungeonsguide/roomedit')
-rwxr-xr-xsrc/main/java/kr/syeyoung/dungeonsguide/roomedit/panes/GeneralEditPane.java6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main/java/kr/syeyoung/dungeonsguide/roomedit/panes/GeneralEditPane.java b/src/main/java/kr/syeyoung/dungeonsguide/roomedit/panes/GeneralEditPane.java
index fc2584d6..f4450bd2 100755
--- a/src/main/java/kr/syeyoung/dungeonsguide/roomedit/panes/GeneralEditPane.java
+++ b/src/main/java/kr/syeyoung/dungeonsguide/roomedit/panes/GeneralEditPane.java
@@ -173,10 +173,10 @@ public class GeneralEditPane extends MPanel {
@Override
public void onBoundsUpdate() {
if (save != null)
- save.setBounds(new Rectangle(0,140,getBounds().width, 20));
- end.setBounds(new Rectangle(1,120,getBounds().width-2, 20));
+ save.setBounds(new Rectangle(0,160,getBounds().width, 20));
+ end.setBounds(new Rectangle(1,140,getBounds().width-2, 20));
if (schematic != null)
- schematic.setBounds(new Rectangle(0,160,getBounds().width, 20));
+ schematic.setBounds(new Rectangle(0,180,getBounds().width, 20));
}
private NBTTagCompound createNBT() {