From 1a0b16169386cf7c3b0aaefd9f22b39b517f79e0 Mon Sep 17 00:00:00 2001 From: SashaCX75 Date: Sat, 21 Nov 2020 12:32:58 +0200 Subject: [PATCH] Amazfit X v1 (9.0) --- GTR_Watch_face/Form1.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/GTR_Watch_face/Form1.cs b/GTR_Watch_face/Form1.cs index 5ef9789..e35598f 100644 --- a/GTR_Watch_face/Form1.cs +++ b/GTR_Watch_face/Form1.cs @@ -9053,7 +9053,7 @@ private void button_RefreshPreview_Click(object sender, EventArgs e) { bitmap = new Bitmap(Convert.ToInt32(206), Convert.ToInt32(640), PixelFormat.Format32bppArgb); mask = new Bitmap(Application.StartupPath + @"\Mask\mask_amazfitx.png"); - PreviewHeight = 210; + PreviewHeight = 472; } Graphics gPanel = Graphics.FromImage(bitmap); PreviewToBitmap(gPanel, 1.0f, false, false, false, false, false, false, false, true, false, 0); @@ -9123,7 +9123,7 @@ private void button_CreatePreview_Click(object sender, EventArgs e) { bitmap = new Bitmap(Convert.ToInt32(206), Convert.ToInt32(640), PixelFormat.Format32bppArgb); mask = new Bitmap(Application.StartupPath + @"\Mask\mask_amazfitx.png"); - PreviewHeight = 210; + PreviewHeight = 472; } Graphics gPanel = Graphics.FromImage(bitmap); PreviewToBitmap(gPanel, 1.0f, false, false, false, false, false, false, false, true, false, 0);