summaryrefslogtreecommitdiffstats
path: root/data/themes/default/edc/elm/separator.edc
blob: 71d2b48871f12c60f2a057a188eaebd6debd75db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
group {name: "elm/separator/horizontal/default";
	parts {
		part {name: "base"; type: RECT;
			description {state: "default" 0.0;
				min: 1 1;
				max: 99999 1;
				color_class: "seperator";
				rel1.offset: 2 2;
				rel2.offset: -2 -2;
			}
		}
	}
}
group {name: "elm/separator/vertical/default";
	inherit: "elm/separator/horizontal/default";
	parts {
		part {name: "base";
			description {state: "default" 0.0;
				max: 1 99999;
			}
		}
	}
}