mirror of
https://github.com/JFormDesigner/FlatLaf.git
synced 2026-02-11 22:47:13 -06:00
TabbedPane: fixed scaling of client property "JTabbedPane.tabHeight"; avoid storing scaled values in UI delegate
This commit is contained in:
@@ -300,7 +300,7 @@ public class FlatContainerTest
|
||||
}
|
||||
|
||||
private void smallerTabHeightChanged() {
|
||||
Integer tabHeight = smallerTabHeightCheckBox.isSelected() ? 20 : null;
|
||||
Integer tabHeight = smallerTabHeightCheckBox.isSelected() ? 26 : null;
|
||||
putTabbedPanesClientProperty( TABBED_PANE_TAB_HEIGHT, tabHeight );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user