WJC
2019-11-01 6f16607efe766271c69a4f3f96fb928fe25f112c
ZigbeeApp/Shared/Phone/Device/Logic/CyclicCycle.cs
@@ -34,8 +34,10 @@
            var titleName = new Button
            {
                TextID = MyInternationalizationString.cycle,
                TextSize = 17,
                TextSize = 16,
                TextColor = ZigbeeColor.Current.LogicTextBlackColor,
                TextAlignment = TextAlignment.CenterLeft,
                X = Application.GetRealWidth(150),
            };
            topFrameLayout.AddChidren(titleName);