merging 1.7.5 source: windows changes

This commit is contained in:
Evan Debenham
2015-02-06 01:07:22 -05:00
parent 7cc5192839
commit 68406db6fe
18 changed files with 188 additions and 134 deletions
@@ -41,7 +41,7 @@ public class WndWandmaker extends Window {
private static final String TXT_FARAWELL = "Good luck in your quest, %s!";
private static final int WIDTH = 120;
private static final int BTN_HEIGHT = 18;
private static final int BTN_HEIGHT = 20;
private static final float GAP = 2;
public WndWandmaker( final Wandmaker wandmaker, final Item item ) {