git://git.nikiroo.be
/
nikiroo-utils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e47e88e
)
navbar: space issue
author
Niki Roo
<niki@nikiroo.be>
Mon, 4 May 2020 08:05:40 +0000
(10:05 +0200)
committer
Niki Roo
<niki@nikiroo.be>
Mon, 4 May 2020 08:05:40 +0000
(10:05 +0200)
ui/NavBar.java
patch
|
blob
|
blame
|
history
diff --git
a/ui/NavBar.java
b/ui/NavBar.java
index ba788f367d8fa92c4cfb6b4ae648baa8338b4ba2..6b5de8dd707621e42972afeda599fdd388a6294a 100644
(file)
--- a/
ui/NavBar.java
+++ b/
ui/NavBar.java
@@
-99,7
+99,7
@@
public class NavBar extends ListenerPanel {
}
});
- maxPage = new JLabel(" of " + max);
+ maxPage = new JLabel(" of " + max
+ " "
);
next = new JButton();
next.addActionListener(new ActionListener() {