theme: add 'required' to efl/bg group parts

ref T8231

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D10056
This commit is contained in:
Mike Blumenkrantz 2019-09-20 13:38:08 -04:00 committed by Cedric Bail
parent db71c07646
commit 40b22d644d
1 changed files with 4 additions and 4 deletions

View 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;
}
}
}
}
}