'everything' module: fix tab alignment

SVN revision: 41291
This commit is contained in:
Hannes Janetzek 2009-07-10 00:05:01 +00:00
parent b454b231d2
commit 2de3f811db
1 changed files with 2 additions and 0 deletions

View File

@ -248,6 +248,8 @@ evry_show(E_Zone *zone)
_evry_push_state();
e_popup_show(popup);
e_box_align_set(o_selector, 0.0, 0.5);
return 1;
}