Typography: use light and semibold in FlatTypographyTest

This commit is contained in:
Karl Tauber
2021-11-17 19:39:51 +01:00
parent 5df3717d94
commit f80d2bacf4
4 changed files with 166 additions and 17 deletions

View File

@@ -745,7 +745,7 @@ class BasicComponentsPanel
add(largeLabel, "cell 1 16 5 1");
//---- defaultLabel ----
defaultLabel.setText("default/regular");
defaultLabel.setText("default");
add(defaultLabel, "cell 1 16 5 1");
//---- mediumLabel ----

View File

@@ -750,7 +750,7 @@ new FormModel {
} )
add( new FormComponent( "javax.swing.JLabel" ) {
name: "defaultLabel"
"text": "default/regular"
"text": "default"
}, new FormLayoutConstraints( class net.miginfocom.layout.CC ) {
"value": "cell 1 16 5 1"
} )