We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d0b022 commit b991cc8Copy full SHA for b991cc8
Flow.Launcher/SettingPages/Views/SettingsPaneGeneral.xaml
@@ -237,7 +237,7 @@
237
OnContent="{DynamicResource enable}" />
238
</cc:ExCard.SideContent>
239
240
- <cc:CardGroup>
+ <StackPanel>
241
<cc:Card
242
Title="{DynamicResource autoQuickSwitch}"
243
Sub="{DynamicResource autoQuickSwitchToolTip}"
@@ -296,7 +296,7 @@
296
SelectedValue="{Binding Settings.QuickSwitchFileResultBehaviour}"
297
SelectedValuePath="Value" />
298
</cc:Card>
299
- </cc:CardGroup>
+ </StackPanel>
300
</cc:ExCard>
301
302
<cc:InfoBar
0 commit comments