From e75ccccb370b47305c6eadb321efb27c86cdd28b Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 30 十一月 2021 09:57:24 +0800
Subject: [PATCH] 合并
---
SiriIntentsUI/IntentViewController.cs | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/SiriIntentsUI/IntentViewController.cs b/SiriIntentsUI/IntentViewController.cs
index 8cf1560..18864b6 100644
--- a/SiriIntentsUI/IntentViewController.cs
+++ b/SiriIntentsUI/IntentViewController.cs
@@ -59,8 +59,8 @@
HDLRunSceneIntentResponse rsp = interaction.IntentResponse as HDLRunSceneIntentResponse;
this.lblMsg.Text = rsp.SuccessMessage;
this.lblMsg.TextColor = UIColor.Black;
- this.lblMsg.Frame = new CGRect(0, 0, DesiredSize().Width, 180);
- CGSize size = new CGSize(DesiredSize().Width, 180);
+ this.lblMsg.Frame = new CGRect(0, 0, DesiredSize().Width, 100);
+ CGSize size = new CGSize(DesiredSize().Width, 100);
if (completion != null)
--
Gitblit v1.8.0