File tree Expand file tree Collapse file tree 4 files changed +9
-10
lines changed
src/Files.App/Views/Settings Expand file tree Collapse file tree 4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 152152 </Flyout >
153153 </Button .Flyout>
154154 </Button >
155- <wctcontrols : SettingsExpander .Items >
155+ <wctcontrols : SettingsExpander .ItemsHeader >
156156 <GridView
157157 Padding=" 8"
158158 HorizontalAlignment=" Stretch"
159159 ItemTemplate=" {StaticResource AppThemeResourcesItemTemplate}"
160160 ItemsSource=" {x:Bind ViewModel.AppThemeResources, Mode=OneWay}"
161161 SelectedItem=" {x:Bind ViewModel.SelectedAppThemeResources, Mode=TwoWay}" />
162- </wctcontrols : SettingsExpander .Items >
162+ </wctcontrols : SettingsExpander .ItemsHeader >
163163 </wctcontrols : SettingsExpander >
164164
165165 <!-- App Background Image -->
Original file line number Diff line number Diff line change 5454 AutomationProperties.Name=" {helpers:ResourceString Name=DisplayOpenIDE}"
5555 ItemsSource=" {x:Bind ViewModel.OpenInIDEOptions.Values}"
5656 SelectedItem=" {x:Bind ViewModel.SelectedOpenInIDEOption, Mode=TwoWay}" />
57- <wctcontrols : SettingsExpander .Items >
57+ <wctcontrols : SettingsExpander .ItemsHeader >
5858 <StackPanel Orientation =" Vertical" >
5959 <Grid
6060 x:Name=" IDEConfigGrid"
207207 Style=" {StaticResource AccentButtonStyle}" />
208208 </StackPanel >
209209 </StackPanel >
210- </wctcontrols : SettingsExpander .Items >
210+ </wctcontrols : SettingsExpander .ItemsHeader >
211211 </wctcontrols : SettingsExpander >
212212
213213 <!-- Connect to GitHub -->
Original file line number Diff line number Diff line change 173173 </wctcontrols : SettingsCard .HeaderIcon>
174174
175175 <uc : ComboBoxEx
176- MinWidth=" 140"
177176 AutomationProperties.Name=" {helpers:ResourceString Name=SizeFormat}"
178177 ItemsSource=" {x:Bind ViewModel.SizeUnitsOptions.Values}"
179178 SelectedItem=" {x:Bind ViewModel.SizeUnitFormat, Mode=TwoWay}" />
185184 <FontIcon Glyph ="  " />
186185 </wctcontrols : SettingsExpander .HeaderIcon>
187186 <ToggleSwitch AutomationProperties.Name=" {helpers:ResourceString Name=CalculateFolderSizes}" IsOn =" {x:Bind ViewModel.CalculateFolderSizes, Mode=TwoWay}" />
188- <wctcontrols : SettingsExpander .Items >
187+ <wctcontrols : SettingsExpander .ItemsHeader >
189188 <InfoBar
190- CornerRadius=" 0,0,2,2 "
189+ CornerRadius=" 0"
191190 IsClosable=" False"
192191 IsIconVisible=" True"
193192 IsOpen=" True"
194193 Message=" {helpers:ResourceString Name=ShowFolderSizesWarning}"
195194 Severity=" Warning" />
196- </wctcontrols : SettingsExpander .Items >
195+ </wctcontrols : SettingsExpander .ItemsHeader >
197196 </wctcontrols : SettingsExpander >
198197 </StackPanel >
199198 </Grid >
Original file line number Diff line number Diff line change 5353 </wctcontrols : SettingsExpander .HeaderIcon>
5454
5555 <Button Command =" {x:Bind ViewModel.AddTagCommand, Mode=OneWay}" Content =" {helpers:ResourceString Name=NewTag}" />
56- <wctcontrols : SettingsExpander .Items >
56+ <wctcontrols : SettingsExpander .ItemsHeader >
5757 <StackPanel >
5858 <!-- Create new tag -->
5959 <Grid
340340 </ListView .ItemTemplate>
341341 </ListView >
342342 </StackPanel >
343- </wctcontrols : SettingsExpander .Items >
343+ </wctcontrols : SettingsExpander .ItemsHeader >
344344 </wctcontrols : SettingsExpander >
345345 </StackPanel >
346346 </Grid >
You can’t perform that action at this time.
0 commit comments