git://git.nikiroo.be
/
fanfix-swing.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
deb87cc
)
zoombox: add space
author
Niki Roo
<niki@nikiroo.be>
Thu, 7 May 2020 19:00:10 +0000
(21:00 +0200)
committer
Niki Roo
<niki@nikiroo.be>
Thu, 7 May 2020 19:00:10 +0000
(21:00 +0200)
ui/ZoomBox.java
patch
|
blob
|
blame
|
history
diff --git
a/ui/ZoomBox.java
b/ui/ZoomBox.java
index 53bd33b412285a45bc366ccbcd197252ad005ef8..c2a7e13d50400059335d328aff5fe74b48ceaa19 100644
(file)
--- 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, 10, 10));
setIcons(null, null, null, null);
setOrientation(vertical);