From 55171fd45e1abd3f03d4719e2cbdc9d3feccb4cf Mon Sep 17 00:00:00 2001 From: Niki Roo Date: Mon, 4 May 2020 10:05:40 +0200 Subject: [PATCH] navbar: space issue --- ui/NavBar.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui/NavBar.java b/ui/NavBar.java index ba788f3..6b5de8d 100644 --- 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() { -- 2.27.0