Get rid of the theming work I did before... This is better but still needs work on allowing the theme to define custom widgets.
This commit is contained in:
@ -59,7 +59,6 @@ group {
|
||||
part {
|
||||
name: "check_shadow";
|
||||
type: IMAGE;
|
||||
scale: 1;
|
||||
|
||||
description {
|
||||
state: "default" 0.0;
|
||||
@ -164,8 +163,10 @@ group {
|
||||
fixed: 1 1;
|
||||
|
||||
rel1 {
|
||||
to: "check";
|
||||
offset: 25 0;
|
||||
to_x: "check_base";
|
||||
to_y: "check";
|
||||
relative: 1.0 0.0;
|
||||
offset: 5 0;
|
||||
}
|
||||
|
||||
rel2 {
|
||||
|
Reference in New Issue
Block a user