X-Git-Url: http://git.nikiroo.be/?a=blobdiff_plain;f=ui%2FZoomBox.java;h=a8f96095928a8a9dba8a92fde829f6e31019f817;hb=712ddafb749aada41daab85c36ac12f657b2307e;hp=53bd33b412285a45bc366ccbcd197252ad005ef8;hpb=deb87ccad5431a0e6698a3e15e7fdcb72afcc1fd;p=fanfix.git diff --git a/ui/ZoomBox.java b/ui/ZoomBox.java index 53bd33b..a8f9609 100644 --- a/ui/ZoomBox.java +++ b/ui/ZoomBox.java @@ -3,6 +3,7 @@ package be.nikiroo.utils.ui; import java.awt.event.ActionEvent; import java.awt.event.ActionListener; +import javax.swing.BorderFactory; import javax.swing.BoxLayout; import javax.swing.DefaultComboBoxModel; import javax.swing.Icon; @@ -178,6 +179,7 @@ public class ZoomBox extends ListenerPanel { }); zoomLabel = new JLabel(); + zoomLabel.setBorder(BorderFactory.createEmptyBorder(10, 10, 0, 0)); setIcons(null, null, null, null); setOrientation(vertical);