FlatTestFrame: added 5x and 6x scale factors

This commit is contained in:
Karl Tauber
2021-02-01 13:57:36 +01:00
parent eac7492143
commit 225975e0dd
2 changed files with 5 additions and 1 deletions

View File

@@ -752,7 +752,9 @@ public class FlatTestFrame
"2.5",
"3",
"3.5",
"4"
"4",
"5",
"6"
}));
scaleFactorComboBox.setMaximumRowCount(20);
scaleFactorComboBox.addActionListener(e -> scaleFactorChanged());

View File

@@ -47,6 +47,8 @@ new FormModel {
addElement( "3" )
addElement( "3.5" )
addElement( "4" )
addElement( "5" )
addElement( "6" )
}
"maximumRowCount": 20
auxiliary() {