diff options
| author | Starla Insigna <hatkirby@fourisland.com> | 2009-02-12 17:02:47 -0500 |
|---|---|---|
| committer | Starla Insigna <hatkirby@fourisland.com> | 2009-02-12 17:02:47 -0500 |
| commit | 12f0851006658b4a0c0c52d7959911808a1bd18f (patch) | |
| tree | 57b36fc3dcac25684df81c68f5e965fc8dee9931 /src | |
| parent | ef1b05de51049d209c1d4ffa220eecd01843bc16 (diff) | |
| download | fourpuzzle-12f0851006658b4a0c0c52d7959911808a1bd18f.tar.gz fourpuzzle-12f0851006658b4a0c0c52d7959911808a1bd18f.tar.bz2 fourpuzzle-12f0851006658b4a0c0c52d7959911808a1bd18f.zip | |
Engine: Compacted ChoiceWindow
Diffstat (limited to 'src')
| -rwxr-xr-x | src/com/fourisland/fourpuzzle/window/ChoiceWindow.java | 2 |
1 files changed, 0 insertions, 2 deletions
| diff --git a/src/com/fourisland/fourpuzzle/window/ChoiceWindow.java b/src/com/fourisland/fourpuzzle/window/ChoiceWindow.java index 8399422..b2a0af7 100755 --- a/src/com/fourisland/fourpuzzle/window/ChoiceWindow.java +++ b/src/com/fourisland/fourpuzzle/window/ChoiceWindow.java | |||
| @@ -52,8 +52,6 @@ public class ChoiceWindow implements Renderable { | |||
| 52 | 52 | ||
| 53 | height += g3.getFontMetrics().getHeight() + SPACER; | 53 | height += g3.getFontMetrics().getHeight() + SPACER; |
| 54 | } | 54 | } |
| 55 | |||
| 56 | width += SPACER*2; | ||
| 57 | 55 | ||
| 58 | cacheBase = Window.Default.getImage(width, height); | 56 | cacheBase = Window.Default.getImage(width, height); |
| 59 | 57 | ||
