*FIX* give reasonable task icon transparency default value
git-svn-id: http://tint2.googlecode.com/svn/trunk@191 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
parent
4d5b3958d2
commit
d222fdabae
1 changed files with 2 additions and 0 deletions
|
@ -85,6 +85,8 @@ void init_config()
|
|||
list_back = g_slist_append(0, calloc(1, sizeof(Area)));
|
||||
|
||||
panel_config = calloc(1, sizeof(Panel));
|
||||
panel_config->g_task.alpha = 100;
|
||||
panel_config->g_task.alpha_active = 100;
|
||||
systray.sort = 1;
|
||||
|
||||
// window manager's menu default value == false
|
||||
|
|
Loading…
Reference in a new issue