From 40b22d644d48795476ff9a442b4d9779de04d9fd Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Fri, 20 Sep 2019 13:38:08 -0400 Subject: [PATCH] theme: add 'required' to efl/bg group parts ref T8231 Reviewed-by: Cedric BAIL Differential Revision: https://phab.enlightenment.org/D10056 --- data/elementary/themes/edc/efl/bg.edc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/elementary/themes/edc/efl/bg.edc b/data/elementary/themes/edc/efl/bg.edc index 98c449d79e..f66ef6517e 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 +}