ToolBar: added arrowKeysOnlyNavigation to unit tests (issue #346)

This commit is contained in:
Karl Tauber
2021-10-06 00:04:49 +02:00
parent 7452390614
commit ba1c1ed952
2 changed files with 2 additions and 0 deletions

View File

@@ -830,6 +830,7 @@ public class TestFlatStyleableInfo
Map<String, Class<?>> expected = expectedMap(
"focusableButtons", boolean.class,
"arrowKeysOnlyNavigation", boolean.class,
"borderMargins", Insets.class,
"gripColor", Color.class

View File

@@ -995,6 +995,7 @@ public class TestFlatStyling
FlatToolBarUI ui = (FlatToolBarUI) c.getUI();
ui.applyStyle( "focusableButtons: true" );
ui.applyStyle( "arrowKeysOnlyNavigation: true" );
ui.applyStyle( "borderMargins: 1,2,3,4" );
ui.applyStyle( "gripColor: #fff" );