dorkbox / SystemTray

Cross-platform SystemTray support for Swing/AWT, macOS, GtkStatusIcon, and AppIndicator on Java 8+
Other
446 stars 58 forks source link

How to change fallback size #169

Closed mooziii closed 2 years ago

mooziii commented 3 years ago

How can i change GtkTheme.TRAY_IMAGE_SIZE_FALLBACK? The class GtkTheme doesn't exists

dorkbox commented 2 years ago

Fixed: 30611842

Added the following accessible fields,


SizeAndScalingLinux.OVERRIDE_MENU_SIZE (type int, default value '0')

SizeAndScalingLinux.OVERRIDE_TRAY_SIZE (type int, default value '0')

SizeAndScalingMacOS.OVERRIDE_MENU_SIZE (type int, default value '0')

SizeAndScalingMacOS.OVERRIDE_TRAY_SIZE (type int, default value '0')

SizeAndScalingWindows.OVERRIDE_MENU_SIZE (type int, default value '0')

SizeAndScalingWindows.OVERRIDE_TRAY_SIZE (type int, default value '0')