File tree Expand file tree Collapse file tree 1 file changed +8
-17
lines changed
src/Files.App/Views/Settings Expand file tree Collapse file tree 1 file changed +8
-17
lines changed Original file line number Diff line number Diff line change 16
16
<Page .Resources>
17
17
<ResourceDictionary >
18
18
<ResourceDictionary .MergedDictionaries>
19
- <ResourceDictionary
20
- Source=" /ResourceDictionaries/RightAlignedToggleSwitchStyle.xaml" />
19
+ <ResourceDictionary Source =" /ResourceDictionaries/RightAlignedToggleSwitchStyle.xaml" />
21
20
</ResourceDictionary .MergedDictionaries>
22
21
23
- <converters : BoolNegationConverter
24
- x:Key=" BoolNegationConverter" />
25
- <converters1 : StringToBrushConverter
26
- x:Key=" StringToBrushConverter" />
22
+ <converters : BoolNegationConverter x : Key =" BoolNegationConverter" />
23
+ <converters1 : StringToBrushConverter x : Key =" StringToBrushConverter" />
27
24
28
- <DataTemplate
29
- x:Key=" AppThemeResourcesItemTemplate"
30
- x:DataType=" appearance:AppThemeResource" >
25
+ <DataTemplate x : Key =" AppThemeResourcesItemTemplate" x : DataType =" appearance:AppThemeResource" >
31
26
<Grid
32
27
Width=" 120"
33
28
AutomationProperties.Name=" {x:Bind Name, Mode=OneWay}"
36
31
CornerRadius=" 6"
37
32
ToolTipService.ToolTip=" {x:Bind Name, Mode=OneWay}" >
38
33
<Grid .RowDefinitions>
39
- <RowDefinition
40
- Height=" 16" />
41
- <RowDefinition
42
- Height=" 50" />
43
- <RowDefinition
44
- Height=" Auto" />
34
+ <RowDefinition Height =" 16" />
35
+ <RowDefinition Height =" 50" />
36
+ <RowDefinition Height =" Auto" />
45
37
</Grid .RowDefinitions>
46
38
<!-- Background -->
47
39
<Border
51
43
CornerRadius=" 4,4,0,0" />
52
44
53
45
<!-- Tab Bar -->
54
- <StackPanel
55
- Orientation=" Horizontal" >
46
+ <StackPanel Orientation =" Horizontal" >
56
47
<Border
57
48
Width=" 4"
58
49
Height=" 1"
You can’t perform that action at this time.
0 commit comments