Skip to content

Commit a029b2a

Browse files
committed
Fix card type
1 parent 236ba67 commit a029b2a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
Title="{DynamicResource useLogonTaskForStartup}"
4848
Icon=""
4949
Sub="{DynamicResource useLogonTaskForStartupTooltip}"
50-
Type="InsideFit">
50+
Type="Inside">
5151
<ui:ToggleSwitch
5252
IsOn="{Binding UseLogonTaskForStartup}"
5353
OffContent="{DynamicResource disable}"
@@ -480,9 +480,9 @@
480480
<cc:ExCard
481481
Title="{DynamicResource ShouldUseDoublePinyin}"
482482
Icon="&#xf085;"
483+
Sub="{DynamicResource ShouldUseDoublePinyinToolTip}"
483484
Visibility="{ext:VisibleWhen {Binding ShouldUsePinyin},
484-
IsEqualToBool=True}"
485-
Sub="{DynamicResource ShouldUseDoublePinyinToolTip}">
485+
IsEqualToBool=True}">
486486
<cc:ExCard.SideContent>
487487
<ui:ToggleSwitch
488488
IsOn="{Binding UseDoublePinyin}"

0 commit comments

Comments
 (0)