Skip to content

Commit 81667d0

Browse files
committed
Fix ui issue
1 parent 721bb98 commit 81667d0

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,12 @@
4444
OnContent="{DynamicResource enable}" />
4545
</cc:ExCard.SideContent>
4646

47-
<cc:CardGroup>
47+
<StackPanel>
4848
<cc:Card
4949
Title="{DynamicResource useLogonTaskForStartup}"
5050
Icon="&#xE823;"
51-
Sub="{DynamicResource useLogonTaskForStartupTooltip}">
51+
Sub="{DynamicResource useLogonTaskForStartupTooltip}"
52+
Type="Inside">
5253
<ui:ToggleSwitch
5354
IsOn="{Binding UseLogonTaskForStartup}"
5455
OffContent="{DynamicResource disable}"
@@ -57,13 +58,14 @@
5758
<cc:Card
5859
Title="{DynamicResource alwaysRunAsAdministrator}"
5960
Icon="&#xE7EF;"
60-
Sub="{DynamicResource alwaysRunAsAdministratorToolTip}">
61+
Sub="{DynamicResource alwaysRunAsAdministratorToolTip}"
62+
Type="Inside">
6163
<ui:ToggleSwitch
6264
IsOn="{Binding AlwaysRunAsAdministrator}"
6365
OffContent="{DynamicResource disable}"
6466
OnContent="{DynamicResource enable}" />
6567
</cc:Card>
66-
</cc:CardGroup>
68+
</StackPanel>
6769
</cc:ExCard>
6870
<cc:Card
6971
Title="{DynamicResource hideOnStartup}"

0 commit comments

Comments
 (0)