File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed
src/Files.App/Views/Settings Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 179179 <ItemsRepeater .ItemTemplate>
180180 <DataTemplate x : DataType =" dataitems:OpenSourceLibraryItem" >
181181 <TextBlock Margin =" 4,0" VerticalAlignment =" Center" >
182- <Hyperlink NavigateUri =" {x:Bind Url}" UnderlineStyle =" None" >
183- <Run Text =" {x:Bind Name}" />
184- </Hyperlink >
182+ <Hyperlink NavigateUri =" {x:Bind Url}" UnderlineStyle =" None" >
183+ <Run Text =" {x:Bind Name}" />
184+ </Hyperlink >
185185 </TextBlock >
186186 </DataTemplate >
187187 </ItemsRepeater .ItemTemplate>
188188 <ItemsRepeater .Layout>
189189 <UniformGridLayout
190- ItemsStretch=" Fill"
191- MaximumRowsOrColumns=" 6"
192- MinColumnSpacing=" 8"
193- MinItemWidth=" 200"
194- MinRowSpacing=" 8"
195- Orientation=" Horizontal" />
190+ ItemsStretch=" Fill"
191+ MaximumRowsOrColumns=" 6"
192+ MinColumnSpacing=" 8"
193+ MinItemWidth=" 200"
194+ MinRowSpacing=" 8"
195+ Orientation=" Horizontal" />
196196 </ItemsRepeater .Layout>
197197 </ItemsRepeater >
198198 </wctcontrols : SettingsCard >
You can’t perform that action at this time.
0 commit comments