Skip to content

Commit

Permalink
Small changes before release.
Browse files Browse the repository at this point in the history
  • Loading branch information
bjorn committed Jun 14, 2005
1 parent 8c18d92 commit b04109b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGES
@@ -1,4 +1,4 @@
0.5.2 - TBD
0.5.2 - TBD (+ means planned change)

+ Added the Shifted view, which emulates several tiling configurations
+ Added "stamp" tool
Expand All @@ -7,7 +7,7 @@
+ Fixed memory problems when loading several maps with many tilesets
in a row

0.5.1 - June 13th, 2005
0.5.1 - June 15th, 2005

* Added a checkerboard background to tileset palette
* Added support for layer locking (not editable when locked)
Expand Down
2 changes: 1 addition & 1 deletion tiled/mapeditor/ResizeDialog.java
Expand Up @@ -76,7 +76,7 @@ private void init() {
c.gridx = 2; c.gridy = 0; c.gridheight = 2; c.weightx = 1;
offsetPanel.add(new JPanel(), c);
c.gridx = 0; c.gridy = 2; c.gridwidth = 3; c.gridheight = 1;
offsetPanel.add(orient, c);
//offsetPanel.add(orient, c);

// New size panel
JPanel newSizePanel = new VerticalStaticJPanel(new GridBagLayout());
Expand Down

0 comments on commit b04109b

Please sign in to comment.