X-Git-Url: http://git.nikiroo.be/?p=fanfix.git;a=blobdiff_plain;f=ui%2FZoomBox.java;h=a8f96095928a8a9dba8a92fde829f6e31019f817;hp=c2a7e13d50400059335d328aff5fe74b48ceaa19;hb=7ce18848c8327967ce27b90abf2e280953530b5f;hpb=57903517548758b8252e4719347280c6fff3f685 diff --git a/ui/ZoomBox.java b/ui/ZoomBox.java index c2a7e13..a8f9609 100644 --- a/ui/ZoomBox.java +++ b/ui/ZoomBox.java @@ -179,7 +179,7 @@ public class ZoomBox extends ListenerPanel { }); zoomLabel = new JLabel(); - zoomLabel.setBorder(BorderFactory.createEmptyBorder(10, 10, 10, 10)); + zoomLabel.setBorder(BorderFactory.createEmptyBorder(10, 10, 0, 0)); setIcons(null, null, null, null); setOrientation(vertical);