Skip to content

Commit d6ff00a

Browse files
committed
trying to space windows buttons , they are too cramped ... since 2018!
1 parent af2c749 commit d6ff00a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

modeler/cayenne-modeler/src/main/java/org/apache/cayenne/modeler/platform/win/WinUIInitializer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,6 @@ private void overrideUIDefaults() {
7373
UIManager.put("MenuItem.opaque", Boolean.TRUE);
7474
UIManager.put("CheckBoxMenuItem.opaque", Boolean.TRUE);
7575
UIManager.put("RadioButtonMenuItem.opaque", Boolean.TRUE);
76-
UIManager.put("Button.border", BorderFactory.createEmptyBorder());
76+
UIManager.put("Button.border", BorderFactory.createEmptyBorder(4, 4, 4, 4));
7777
}
7878
}

0 commit comments

Comments
 (0)