navbar: space issue
authorNiki Roo <niki@nikiroo.be>
Mon, 4 May 2020 08:05:40 +0000 (10:05 +0200)
committerNiki Roo <niki@nikiroo.be>
Mon, 4 May 2020 08:05:40 +0000 (10:05 +0200)
ui/NavBar.java

index ba788f367d8fa92c4cfb6b4ae648baa8338b4ba2..6b5de8dd707621e42972afeda599fdd388a6294a 100644 (file)
@@ -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() {