strut_policy=minimum possible even if autohide disabled

git-svn-id: http://tint2.googlecode.com/svn/trunk@489 121b4492-b84c-0410-8b4c-0d4edfb3f3cc
This commit is contained in:
thilor77
2010-06-12 12:25:21 +00:00
parent 237b19c5c9
commit 771d0bf4ea
2 changed files with 14 additions and 15 deletions

View File

@@ -283,10 +283,10 @@ void add_entry (char *key, char *value)
else if (strcmp (key, "panel_layer") == 0) {
if (strcmp(value, "bottom") == 0)
panel_layer = BOTTOM_LAYER;
else if (strcmp(value, "normal") == 0)
panel_layer = NORMAL_LAYER;
else if (strcmp(value, "top") == 0)
panel_layer = TOP_LAYER;
else
panel_layer = NORMAL_LAYER;
}
/* Battery */