Skip to content

Commit b60fe7a

Browse files
author
atarw
committed
added fix for titledborder
1 parent 5e35cad commit b60fe7a

File tree

4 files changed

+42
-21
lines changed

4 files changed

+42
-21
lines changed

.idea/workspace.xml

Lines changed: 40 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/main/java/mdlaf/MaterialLookAndFeel.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -324,5 +324,7 @@ protected void initComponentDefaults (UIDefaults table) {
324324

325325
table.put ("ColorChooser.background ", MaterialColors.WHITE);
326326
table.put ("ColorChooser.foreground ", MaterialColors.BLACK);
327+
328+
table.put ("TitledBorder.font", MaterialFonts.REGULAR);
327329
}
328330
}

target/classes/material-ui-swing.jar

-2.47 MB
Binary file not shown.

target/material-ui-swing-osgi.jar

2.47 MB
Binary file not shown.

0 commit comments

Comments
 (0)