mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-15 00:07:12 -06:00
FlatTestFrame: added 5x and 6x scale factors
This commit is contained in:
@@ -752,7 +752,9 @@ public class FlatTestFrame
|
|||||||
"2.5",
|
"2.5",
|
||||||
"3",
|
"3",
|
||||||
"3.5",
|
"3.5",
|
||||||
"4"
|
"4",
|
||||||
|
"5",
|
||||||
|
"6"
|
||||||
}));
|
}));
|
||||||
scaleFactorComboBox.setMaximumRowCount(20);
|
scaleFactorComboBox.setMaximumRowCount(20);
|
||||||
scaleFactorComboBox.addActionListener(e -> scaleFactorChanged());
|
scaleFactorComboBox.addActionListener(e -> scaleFactorChanged());
|
||||||
|
|||||||
@@ -47,6 +47,8 @@ new FormModel {
|
|||||||
addElement( "3" )
|
addElement( "3" )
|
||||||
addElement( "3.5" )
|
addElement( "3.5" )
|
||||||
addElement( "4" )
|
addElement( "4" )
|
||||||
|
addElement( "5" )
|
||||||
|
addElement( "6" )
|
||||||
}
|
}
|
||||||
"maximumRowCount": 20
|
"maximumRowCount": 20
|
||||||
auxiliary() {
|
auxiliary() {
|
||||||
|
|||||||
Reference in New Issue
Block a user