thinner tabs

This commit is contained in:
Radek Davidek 2026-03-26 18:37:45 +01:00
parent 1ba568fb88
commit b193ff649a
2 changed files with 2 additions and 1 deletions

View File

@ -15,7 +15,7 @@ import java.io.InputStreamReader;
*/
public class MainApp {
public static final String APP_VERSION = "1.2.6";
public static final String APP_VERSION = "1.2.7";
public enum OS {
WINDOWS, LINUX, MACOS, UNKNOWN

View File

@ -78,6 +78,7 @@ public class FilePanel extends JPanel {
tabbedPane = new JTabbedPane();
tabbedPane.putClientProperty("JTabbedPane.showTabSeparators", true);
tabbedPane.putClientProperty("JTabbedPane.hasFullBorder", true);
tabbedPane.putClientProperty("JTabbedPane.tabHeight", 24);
setLayout(new BorderLayout());
setBorder(BorderFactory.createEmptyBorder(5, 5, 5, 5));