discomfitor pushed a commit to branch master.

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

commit 179979ccb0cffdae1c3cdfff7ccc3027a7f1edbc
Author: Mike Blumenkrantz <[email protected]>
Date:   Mon Dec 12 11:55:10 2016 -0500

    do not set aspect on luncher grid gadgets
    
    this is not a 1:1 gadget, it automatically fills whatever size the gadget
    has allotted and performs layout optimally based on that size
---
 src/modules/luncher/grid.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/modules/luncher/grid.c b/src/modules/luncher/grid.c
index 8d9546c..7fbe2c5 100644
--- a/src/modules/luncher/grid.c
+++ b/src/modules/luncher/grid.c
@@ -8,7 +8,6 @@ _grid_aspect(Instance *inst)
 {
    Evas_Coord w, h, square, size;
 
-   evas_object_size_hint_aspect_set(inst->o_main, EVAS_ASPECT_CONTROL_BOTH, 1, 
1);
    if (!eina_list_count(inst->icons))
      return;
    evas_object_geometry_get(inst->o_main, 0, 0, &w, &h);

-- 


Reply via email to