theme: add 'required' to efl/bg group parts
authorMike Blumenkrantz <zmike@samsung.com>
Fri, 20 Sep 2019 17:38:08 +0000 (13:38 -0400)
committerJongmin Lee <jm105.lee@samsung.com>
Mon, 23 Sep 2019 21:32:19 +0000 (06:32 +0900)
ref T8231

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D10056

data/elementary/themes/edc/efl/bg.edc

index 98c449d..f66ef65 100644 (file)
@@ -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
+}