#define STATE_LOCKED 1
#define STATE_CHECKED 2
+
group {
name, "elm/gengrid/item/style.grid.wireless/default";
data.item, "focus_highlight" "on";
scale, 1;
description {
state, "default" 0.0;
- rel1.relative, 1.0 1.0;
min, 26 26;
align, 1.0 1.0;
fixed, 1 1;
+ rel1 {
+ relative: 1.0 1.0;
+ offset: 0 26;
+ to: "map";
+ }
+ rel2 {
+ to: "map";
+ }
+ }
+ description {
+ state, "focused.locked" 0.0;
+ inherit, "default" 0.0;
+ }
+ description {
+ state, "focused.unlocked" 0.0;
+ inherit, "default" 0.0;
+ }
+ description {
+ state, "unfocused.locked" 0.0;
+ inherit, "default" 0.0;
+ }
+ description {
+ state, "unfocused.unlocked" 0.0;
+ inherit, "default" 0.0;
}
}
scale, 1;
description {
state, "default" 0.0;
+ rel1 {
+ to: "map";
+ }
rel2 {
to, "padding.bottom.right";
relative, 0.0 0.0;
map.on, 1;
}
description {
+ state, "unfocused" 0.0;
+ inherit, "default" 0.0;
+ map.on, 1;
+ }
+ description {
state, "selected" 0.0;
inherit, "focused" 0.0;
}
else
set_state(PART:"part.check.icon", "unfocused.unchecked", 0.0);
- set_state(PART:PART_WIFI_NAME, "default", 0.0);
+ set_state(PART:PART_WIFI_NAME, "unfocused", 0.0);
set_state(PART:"part.bg", "default", 0.0);
}
}