From e9987c62b1706897a724d6761708d64db78f6389 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89=E9=B8=AD=E8=9B=8B?= Date: Sun, 7 Sep 2025 08:07:58 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96JS=E8=84=9A=E6=9C=AC=E9=80=89?= =?UTF-8?q?=E6=8B=A9=E7=AA=97=E5=8F=A3=E5=92=8C=E4=BB=BB=E5=8A=A1=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E9=A1=B5=E9=9D=A2=E7=9A=84=E5=B8=83=E5=B1=80=EF=BC=8C?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E6=8E=A7=E4=BB=B6=E5=B1=9E=E6=80=A7=E4=BB=A5?= =?UTF-8?q?=E6=8F=90=E5=8D=87=E7=94=A8=E6=88=B7=E4=BD=93=E9=AA=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../View/Pages/GearTaskListPage.xaml | 4 +- .../GearTask/JsScriptSelectionWindow.xaml | 44 +++++++++++-------- 2 files changed, 29 insertions(+), 19 deletions(-) diff --git a/BetterGenshinImpact/View/Pages/GearTaskListPage.xaml b/BetterGenshinImpact/View/Pages/GearTaskListPage.xaml index 7acbd166..d848486d 100644 --- a/BetterGenshinImpact/View/Pages/GearTaskListPage.xaml +++ b/BetterGenshinImpact/View/Pages/GearTaskListPage.xaml @@ -55,7 +55,9 @@ Foreground="{DynamicResource TextFillColorSecondaryBrush}" Text="{Binding Description}" TextTrimming="CharacterEllipsis" - TextWrapping="Wrap" + TextWrapping="NoWrap" + HorizontalAlignment="Left" + MaxWidth="280" MaxHeight="40" /> - + @@ -63,13 +63,13 @@ - + - + - + BorderThickness="0" + Padding="0"> - + - + TextWrapping="NoWrap" + MaxWidth="260" + HorizontalAlignment="Left" + /> + - + Margin="0,2,0,4" + MaxWidth="260" + HorizontalAlignment="Left" + /> + + TextWrapping="NoWrap" + HorizontalAlignment="Left" + MaxHeight="60" + MaxWidth="260" + /> @@ -176,7 +184,7 @@ FontFamily="Consolas, 'Courier New', monospace" /> - +