EXAMPLES efl.text.style: reflect updates

Reviewers: segfaultxavi

Reviewed By: segfaultxavi

Differential Revision: https://phab.enlightenment.org/D10898
This commit is contained in:
Ali Alzyod 2019-12-20 10:00:30 +01:00 committed by Xavi Artigas
parent be0ade4350
commit 870cda6730
1 changed files with 2 additions and 2 deletions

View File

@ -178,8 +178,8 @@ public class Calculator : Efl.Csharp.Application
table.PackTable(screen, 0, 0, 4, 1);
screen.TextHorizontalAlign = 0.9;
screen.TextVerticalAlign = 0.5;
screen.EffectType = Efl.TextStyleEffectType.Glow;
screen.GlowColor = (128, 128, 128, 128);
screen.TextEffectType = Efl.TextStyleEffectType.Glow;
screen.TextGlowColor = (128, 128, 128, 128);
screen.ChangedEvent += ScreenChangedCb;
}
}