From 11103dfe46707a5d8176fe10d4f2207108e2541c Mon Sep 17 00:00:00 2001 From: nathan Date: Thu, 15 Jun 2017 14:48:11 +0200 Subject: [PATCH] Parameter notes cleanup --- README.md | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) diff --git a/README.md b/README.md index 8c632cf..07a4075 100644 --- a/README.md +++ b/README.md @@ -88,26 +88,9 @@ Notes: ``` Customization parameters: -SystemTray.AUTO_TRAY_SIZE (type boolean, default value 'true') +SystemTray.AUTO_SIZE (type boolean, default value 'true') - Enables auto-detection for the system tray. This should be mostly successful. - Auto-detection will use DEFAULT_TRAY_SIZE or DEFAULT_MENU_SIZE as a 'base-line' for determining what size to use. - If auto-detection fails and the incorrect size is detected or used, disable this and specify the correct DEFAULT_TRAY_SIZE or DEFAULT_MENU_SIZE instead - - -SystemTray.DEFAULT_TRAY_SIZE (type int, default value '16') - - Size of the tray, so that the icon can be properly scaled based on OS. - This value can be automatically scaled based on the the platform and scaling-factor. - - Windows will automatically scale up/down. - - GtkStatusIcon will usually automatically scale up/down - - AppIndicators will not always automatically scale (it will sometimes display whatever is specified here) - You will experience WEIRD graphical glitches if this is NOT a power of 2. - - -SystemTray.DEFAULT_MENU_SIZE (type int, default value '16') - - Size of the menu entries, so that the icon can be properly scaled based on OS. - You will experience WEIRD graphical glitches if this is NOT a power of 2. - SystemTray.FORCE_GTK2 (type boolean, default value 'false') - Forces the system tray to always choose GTK2 (even when GTK3 might be available).