File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
src/Files.App/Views/Settings Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments