Skip to content

Commit be2c577

Browse files
committed
Update GeneralPage.xaml
1 parent 2bee74e commit be2c577

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

src/Files.App/Views/Settings/GeneralPage.xaml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -182,14 +182,12 @@
182182
</wctcontrols:SettingsExpander.HeaderIcon>
183183
<ToggleSwitch AutomationProperties.Name="{helpers:ResourceString Name=SettingsMultitaskingAlwaysOpenDualPane}" IsOn="{x:Bind ViewModel.AlwaysOpenDualPaneInNewTab, Mode=TwoWay}" />
184184
<wctcontrols:SettingsExpander.Items>
185-
<StackPanel>
186-
<wctcontrols:SettingsCard Header="{helpers:ResourceString Name=DefaultPaneArrangement}">
187-
<uc:ComboBoxEx
188-
AutomationProperties.Name="{helpers:ResourceString Name=DefaultPaneArrangement}"
189-
ItemsSource="{x:Bind ViewModel.ShellPaneArrangementTypes.Values}"
190-
SelectedItem="{x:Bind ViewModel.SelectedShellPaneArrangementType, Mode=TwoWay}" />
191-
</wctcontrols:SettingsCard>
192-
</StackPanel>
185+
<wctcontrols:SettingsCard Header="{helpers:ResourceString Name=DefaultPaneArrangement}">
186+
<uc:ComboBoxEx
187+
AutomationProperties.Name="{helpers:ResourceString Name=DefaultPaneArrangement}"
188+
ItemsSource="{x:Bind ViewModel.ShellPaneArrangementTypes.Values}"
189+
SelectedItem="{x:Bind ViewModel.SelectedShellPaneArrangementType, Mode=TwoWay}" />
190+
</wctcontrols:SettingsCard>
193191
</wctcontrols:SettingsExpander.Items>
194192
</wctcontrols:SettingsExpander>
195193

0 commit comments

Comments
 (0)