We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Table row height don't auto scale when I put flat client properties style. Is this possible to fix this ? Thank you.
table.putClientProperty(FlatClientProperties.STYLE, "" + "rowHeight:70");
Then I call
UIManager.put("defaultFont", newFontWithSize);
The text was updated successfully, but these errors were encountered:
Styling: fixed scaling of some styling properties (rowHeight for Ta…
rowHeight
fde65b2
…ble and Tree; `iconTextGap` for Button, CheckBox and RadioButton) (issue #682)
Thanks for reporting 👍
rowHeight for Tree andiconTextGap for Button, CheckBox and RadioButton had the same problem
iconTextGap
fixed in latest 3.2-SNAPSHOT: https://github.com/JFormDesigner/FlatLaf#snapshots
3.2-SNAPSHOT
Sorry, something went wrong.
Thank you
TestFlatStylingScale unit tests added for commit fde65b2, issue #682
d520b30
No branches or pull requests
Table row height don't auto scale when I put flat client properties style. Is this possible to fix this ? Thank you.
Then I call
The text was updated successfully, but these errors were encountered: