From: Mike Blumenkrantz Date: Fri, 20 Sep 2019 17:38:08 +0000 (-0400) Subject: theme: add 'required' to efl/bg group parts X-Git-Tag: submit/tizen/20190923.215628~14 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1c6a893b088d89b6471d59975830fad4130fbb93;p=platform%2Fupstream%2Fefl.git theme: add 'required' to efl/bg group parts ref T8231 Reviewed-by: Cedric BAIL Differential Revision: https://phab.enlightenment.org/D10056 --- diff --git a/data/elementary/themes/edc/efl/bg.edc b/data/elementary/themes/edc/efl/bg.edc index 98c449d..f66ef65 100644 --- a/data/elementary/themes/edc/efl/bg.edc +++ b/data/elementary/themes/edc/efl/bg.edc @@ -20,11 +20,11 @@ group { "efl/bg"; color: 64 64 64 255; } } - part { name: "efl.rectangle"; type: SWALLOW; + part { name: "efl.rectangle"; type: SWALLOW; required; description { state: "default" 0.0; } } - part { name: "efl.background"; type: SWALLOW; + part { name: "efl.background"; type: SWALLOW; required; clip_to: "clipper"; description { state: "default" 0.0; fixed: 1 1; @@ -38,9 +38,9 @@ group { "efl/bg"; fill.smooth: 0; } } - part { name: "efl.content"; type: SWALLOW; + part { name: "efl.content"; type: SWALLOW; required; description { state: "default" 0.0; } } } -} \ No newline at end of file +}