E: Fix default shelf size.

Currently, for existing shelf sizes, we calculate against e_scale so
the default size of 40 should be adjusted against e_scale also.



SVN revision: 74535
This commit is contained in:
Christopher Michael 2012-07-28 15:32:50 +00:00
parent d9060b15d6
commit d885235ebc
1 changed files with 1 additions and 1 deletions

View File

@ -660,7 +660,7 @@ EAPI void
e_shelf_position_calc(E_Shelf *es)
{
E_Gadcon_Orient orient = E_GADCON_ORIENT_FLOAT;
int size = 40;
int size = (40 * e_scale);
if (es->cfg)
{