File tree 4 files changed +9
-10
lines changed
src/Files.App/Views/Settings
4 files changed +9
-10
lines changed Original file line number Diff line number Diff line change 152
152
</Flyout >
153
153
</Button .Flyout>
154
154
</Button >
155
- <wctcontrols : SettingsExpander .Items >
155
+ <wctcontrols : SettingsExpander .ItemsHeader >
156
156
<GridView
157
157
Padding=" 8"
158
158
HorizontalAlignment=" Stretch"
159
159
ItemTemplate=" {StaticResource AppThemeResourcesItemTemplate}"
160
160
ItemsSource=" {x:Bind ViewModel.AppThemeResources, Mode=OneWay}"
161
161
SelectedItem=" {x:Bind ViewModel.SelectedAppThemeResources, Mode=TwoWay}" />
162
- </wctcontrols : SettingsExpander .Items >
162
+ </wctcontrols : SettingsExpander .ItemsHeader >
163
163
</wctcontrols : SettingsExpander >
164
164
165
165
<!-- App Background Image -->
Original file line number Diff line number Diff line change 54
54
AutomationProperties.Name=" {helpers:ResourceString Name=DisplayOpenIDE}"
55
55
ItemsSource=" {x:Bind ViewModel.OpenInIDEOptions.Values}"
56
56
SelectedItem=" {x:Bind ViewModel.SelectedOpenInIDEOption, Mode=TwoWay}" />
57
- <wctcontrols : SettingsExpander .Items >
57
+ <wctcontrols : SettingsExpander .ItemsHeader >
58
58
<StackPanel Orientation =" Vertical" >
59
59
<Grid
60
60
x:Name=" IDEConfigGrid"
207
207
Style=" {StaticResource AccentButtonStyle}" />
208
208
</StackPanel >
209
209
</StackPanel >
210
- </wctcontrols : SettingsExpander .Items >
210
+ </wctcontrols : SettingsExpander .ItemsHeader >
211
211
</wctcontrols : SettingsExpander >
212
212
213
213
<!-- Connect to GitHub -->
Original file line number Diff line number Diff line change 173
173
</wctcontrols : SettingsCard .HeaderIcon>
174
174
175
175
<uc : ComboBoxEx
176
- MinWidth=" 140"
177
176
AutomationProperties.Name=" {helpers:ResourceString Name=SizeFormat}"
178
177
ItemsSource=" {x:Bind ViewModel.SizeUnitsOptions.Values}"
179
178
SelectedItem=" {x:Bind ViewModel.SizeUnitFormat, Mode=TwoWay}" />
185
184
<FontIcon Glyph ="  " />
186
185
</wctcontrols : SettingsExpander .HeaderIcon>
187
186
<ToggleSwitch AutomationProperties.Name=" {helpers:ResourceString Name=CalculateFolderSizes}" IsOn =" {x:Bind ViewModel.CalculateFolderSizes, Mode=TwoWay}" />
188
- <wctcontrols : SettingsExpander .Items >
187
+ <wctcontrols : SettingsExpander .ItemsHeader >
189
188
<InfoBar
190
- CornerRadius=" 0,0,2,2 "
189
+ CornerRadius=" 0"
191
190
IsClosable=" False"
192
191
IsIconVisible=" True"
193
192
IsOpen=" True"
194
193
Message=" {helpers:ResourceString Name=ShowFolderSizesWarning}"
195
194
Severity=" Warning" />
196
- </wctcontrols : SettingsExpander .Items >
195
+ </wctcontrols : SettingsExpander .ItemsHeader >
197
196
</wctcontrols : SettingsExpander >
198
197
</StackPanel >
199
198
</Grid >
Original file line number Diff line number Diff line change 53
53
</wctcontrols : SettingsExpander .HeaderIcon>
54
54
55
55
<Button Command =" {x:Bind ViewModel.AddTagCommand, Mode=OneWay}" Content =" {helpers:ResourceString Name=NewTag}" />
56
- <wctcontrols : SettingsExpander .Items >
56
+ <wctcontrols : SettingsExpander .ItemsHeader >
57
57
<StackPanel >
58
58
<!-- Create new tag -->
59
59
<Grid
340
340
</ListView .ItemTemplate>
341
341
</ListView >
342
342
</StackPanel >
343
- </wctcontrols : SettingsExpander .Items >
343
+ </wctcontrols : SettingsExpander .ItemsHeader >
344
344
</wctcontrols : SettingsExpander >
345
345
</StackPanel >
346
346
</Grid >
You can’t perform that action at this time.
0 commit comments