clean up default check/radio sizing.

SVN revision: 74048
This commit is contained in:
Carsten Haitzler 2012-07-18 08:23:15 +00:00
parent e73440197e
commit 721f5e1a26
2 changed files with 9 additions and 7 deletions

View File

@ -58,6 +58,7 @@ group { name: "elm/check/base/default";
}
part { name: "elm.swallow.content";
type: SWALLOW;
scale: 1;
description { state: "default" 0.0;
fixed: 1 0;
visible: 0;
@ -74,14 +75,15 @@ group { name: "elm/check/base/default";
fixed: 1 0;
visible: 1;
aspect: 1.0 1.0;
min: 16 16;
}
description { state: "disabled" 0.0;
inherit: "default" 0.0;
color: 128 128 128 128;
color: 255 255 255 128;
}
description { state: "disabled_visible" 0.0;
inherit: "default" 0.0;
color: 128 128 128 128;
color: 255 255 255 128;
fixed: 1 0;
visible: 1;
aspect: 1.0 1.0;

View File

@ -36,31 +36,31 @@ group { name: "elm/radio/base/default";
}
part { name: "elm.swallow.content";
type: SWALLOW;
scale: 1;
description { state: "default" 0.0;
fixed: 1 0;
visible: 0;
align: 0.0 0.5;
color: 0 0 0 0;
rel1.to_x: "bg";
rel1.relative: 1.0 0.0;
rel1.offset: 1 1;
rel2.to_x: "bg";
rel2.relative: 1.0 1.0;
rel2.offset: 2 -2;
rel2.offset: 1 -2;
}
description { state: "visible" 0.0;
inherit: "default" 0.0;
visible: 1;
color: 255 255 255 255;
aspect: 1.0 1.0;
min: 16 16;
}
description { state: "disabled" 0.0;
inherit: "default" 0.0;
color: 128 128 128 128;
color: 255 255 255 128;
}
description { state: "disabled_visible" 0.0;
inherit: "default" 0.0;
color: 128 128 128 128;
color: 255 255 255 128;
visible: 1;
aspect: 1.0 1.0;
}