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 <mail@marcel-hollerbach.de>
Differential Revision: https://phab.enlightenment.org/D8393
This commit is contained in:
Mike Blumenkrantz 2019-03-18 14:13:39 -04:00 committed by Marcel Hollerbach
parent 8c39c0e251
commit 4949a8f3a7
1 changed files with 1 additions and 0 deletions

View File

@ -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";