File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed
Flow.Launcher/SettingPages/Views Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change 384
384
Margin =" 0 8 0 0"
385
385
Icon ="  " >
386
386
<cc : ExCard .SideContent>
387
- <StackPanel >
387
+ <StackPanel VerticalAlignment = " Center " Orientation = " Horizontal " >
388
388
<TextBlock Text =" {Binding SelectedTheme.Name}" />
389
- <TextBlock Text =" {Binding SelectedTheme.IsDark}" />
390
- <TextBlock Text =" {Binding SelectedTheme.IsBlur}" />
389
+ <ui : FontIcon
390
+ Margin =" 8 0 0 0"
391
+ VerticalAlignment =" Center"
392
+ FontSize =" 12"
393
+ Glyph ="  "
394
+ Visibility =" {Binding SelectedTheme.IsDark, Converter={StaticResource BoolToVisibilityConverter}}" />
395
+ <ui : FontIcon
396
+ Margin =" 8 0 0 0"
397
+ VerticalAlignment =" Center"
398
+ FontSize =" 12"
399
+ Glyph ="  "
400
+ Visibility =" {Binding SelectedTheme.IsBlur, Converter={StaticResource BoolToVisibilityConverter}}" />
391
401
</StackPanel >
392
402
</cc : ExCard .SideContent>
393
403
<ListBox
You can’t perform that action at this time.
0 commit comments