[Bug fix] Making the OpenAI key configuration page scrollable. (#36359)

* Fixed #34470

---------

Signed-off-by: Shawn Yuan <shuai.yuan.zju@gmail.com>
This commit is contained in:
Shuai Yuan
2024-12-19 14:16:59 +08:00
committed by GitHub
parent 342c6167f5
commit 2a6dcb9f70

View File

@@ -281,6 +281,7 @@
IsPrimaryButtonEnabled="False"
IsSecondaryButtonEnabled="True"
PrimaryButtonStyle="{StaticResource AccentButtonStyle}">
<ScrollViewer VerticalScrollBarVisibility="Auto">
<Grid RowSpacing="24">
<Grid.RowDefinitions>
<RowDefinition Height="Auto" />
@@ -335,6 +336,7 @@
TextChanged="AdvancedPaste_EnableAIDialogOpenAIApiKey_TextChanged" />
</Grid>
</Grid>
</ScrollViewer>
</ContentDialog>
<ContentDialog
x:Name="CustomActionDialog"