-
-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
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
Customizing title font and icons #589
Milestone
Comments
|
DevCharly
added a commit
that referenced
this issue
Sep 23, 2022
This is now implemented in main branch. There are two new UI properties:
Also |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The title pane is quite configurable which is great, but I can't see how to achieve the following (at least not via a properties file for a custom theme):
JOptionPane
, but if you create aDialog
manually it will display the icon ifTitlePane.showIcon
is set totrue
.Menu.font
will change the font, but for all instances including submenus.MenuBar.font
is noted as "unused" and indeed does not seem to have any effect. Ideally, the menu bar font could match the title font if it is embedded and use its own settings when displayed separately.The text was updated successfully, but these errors were encountered: