bu5hm4n pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=4949a8f3a72d4a59a75390009302e6ac3b5dcdf0

commit 4949a8f3a72d4a59a75390009302e6ac3b5dcdf0
Author: Mike Blumenkrantz <zm...@samsung.com>
Date:   Mon Mar 18 14:13:39 2019 -0400

    elm_code: add theme alias for layout group
    
    with the rename of this (beta) widget, the efl/ group name is set so
    add this to the theme for now until more work can be done here to resolve
    the rest of the theme namespacing issues which will only be an issue
    if the widget is ever made stable
    
    ref T7713
    
    Reviewed-by: Marcel Hollerbach <m...@marcel-hollerbach.de>
    Differential Revision: https://phab.enlightenment.org/D8393
---
 data/elementary/themes/edc/elm/code.edc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/data/elementary/themes/edc/elm/code.edc 
b/data/elementary/themes/edc/elm/code.edc
index 608b16f671..c55e592c21 100644
--- a/data/elementary/themes/edc/elm/code.edc
+++ b/data/elementary/themes/edc/elm/code.edc
@@ -1,5 +1,6 @@
 /* simple layout to pack our scrolling content into an elm_layout */
 group { name: "elm/code/layout/default";
+   alias: "efl/code/layout";
    data {
       item: "font.name" "Mono";
       item: "font.size" "10";

-- 


Reply via email to