discomfitor pushed a commit to branch enlightenment-0.21.

http://git.enlightenment.org/core/enlightenment.git/commit/?id=bc5023326e044d43b0736deb696f0fbf552afe49

commit bc5023326e044d43b0736deb696f0fbf552afe49
Author: Mike Blumenkrantz <[email protected]>
Date:   Wed Nov 9 11:20:51 2016 -0500

    keep bryce starting size unscaled
---
 src/bin/e_bryce.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/bin/e_bryce.c b/src/bin/e_bryce.c
index 7db63b9..098cabf 100644
--- a/src/bin/e_bryce.c
+++ b/src/bin/e_bryce.c
@@ -1013,7 +1013,7 @@ e_bryce_add(Evas_Object *parent, const char *name, 
E_Gadget_Site_Orient orient,
    Bryce *b;
 
    b = E_NEW(Bryce, 1);
-   b->size = e_scale * 48;
+   b->size = 48;
    b->name = eina_stringshare_add(name);
    b->anchor = an;
    b->orient = orient;

-- 


Reply via email to