discomfitor pushed a commit to branch master.

commit 964bf73ed93813d83217743ef836638750b19ca1
Author: Mike Blumenkrantz <[email protected]>
Date:   Thu Sep 12 09:32:42 2013 +0100

    tweak teamwork default settings to make it more useful
---
 src/modules/teamwork/e_mod_main.c | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/modules/teamwork/e_mod_main.c 
b/src/modules/teamwork/e_mod_main.c
index 2fa4301..4b874e5 100644
--- a/src/modules/teamwork/e_mod_main.c
+++ b/src/modules/teamwork/e_mod_main.c
@@ -63,9 +63,9 @@ e_tw_config_new(void)
    cf->allowed_media_fetch_size = 5; // 5 megabytes
    cf->allowed_media_age = 3; // 3 days
 
-   cf->mouse_out_delay = 0.0;
-   cf->popup_size = 10.0;
-   cf->popup_opacity = 90.0;
+   cf->mouse_out_delay = 0.0; // hide instantly
+   cf->popup_size = 60.0; // 60% screen size
+   cf->popup_opacity = 90.0; // 90% opacity
 
    return cf;
 }

-- 

------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. Consolidate legacy IT systems to a single system of record for IT
2. Standardize and globalize service processes across IT
3. Implement zero-touch automation to replace manual, redundant tasks
http://pubads.g.doubleclick.net/gampad/clk?id=51271111&iu=/4140/ostg.clktrk

Reply via email to