summary refs log tree commit diff stats
path: root/src/com/fourisland
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/fourisland')
-rwxr-xr-xsrc/com/fourisland/fourpuzzle/window/ChoiceWindow.java2
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