mirror of
https://github.com/jkocon/g-helper.git
synced 2026-02-23 13:00:52 +01:00
Animematrix clock position tweak https://github.com/seerge/g-helper/issues/3304
This commit is contained in:
@@ -410,7 +410,7 @@ namespace GHelper.AnimeMatrix
|
|||||||
if (DateTime.Now.Second % 2 != 0) timeFormat = timeFormat.Replace(":", " ");
|
if (DateTime.Now.Second % 2 != 0) timeFormat = timeFormat.Replace(":", " ");
|
||||||
|
|
||||||
Clear();
|
Clear();
|
||||||
Text(DateTime.Now.ToString(timeFormat), 15, 2, 25);
|
Text(DateTime.Now.ToString(timeFormat), 15, 13 - FullRows, 25);
|
||||||
Text(DateTime.Now.ToString(dateFormat), 11.5F, 0, 14);
|
Text(DateTime.Now.ToString(dateFormat), 11.5F, 0, 14);
|
||||||
Present();
|
Present();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user