TH - fix check and radio alignmenty to be left next to the check/radio

This commit is contained in:
Carsten Haitzler 2018-05-31 12:39:18 +09:00
parent 83c3f042b4
commit 2ce9c3afbe
2 changed files with 2 additions and 2 deletions

View File

@ -139,7 +139,7 @@ group { name: "elm/check/base/default";
rel1.to_x: "elm.swallow.content";
rel2.offset: -5 -5;
text { font: FN; size: 10;
align: 0.5 0.5;
align: 0.0 0.5;
min: 0 0;
}
visible: 0;

View File

@ -127,7 +127,7 @@ group { name: "elm/radio/base/default";
rel1.to_x: "elm.swallow.content";
rel2.offset: -5 -5;
text { font: FN; size: 10;
align: 0.5 0.5;
align: 0.0 0.5;
min: 0 0;
}
visible: 0;