File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3737 <FluentTheme />
3838 <Style Selector =" Window" >
3939 <Setter Property =" TransparencyLevelHint" Value =" AcrylicBlur" />
40- <Setter Property =" BorderBrush" Value =" White " />
40+ <Setter Property =" BorderBrush" Value =" {DynamicResource SystemAccentColor} " />
4141 <Setter Property =" BorderThickness" Value =" 1" />
4242 </Style >
4343 <Style Selector =" SelectableTextBlock" >
Original file line number Diff line number Diff line change 1111 Width =" 400" Height =" 600"
1212 WindowStartupLocation =" CenterOwner" >
1313
14+ <Border BorderBrush =" {DynamicResource SystemAccentColor}" BorderThickness =" 1" >
1415 <Grid RowDefinitions =" *,Auto" Margin =" 10" >
1516 <ScrollViewer Grid.Row=" 0" >
1617 <StackPanel Spacing =" 10" >
5152 <Button Content =" {x:Static assets:Resources.Save}" Command =" {Binding SaveCommand}" CommandParameter =" {Binding $parent[Window]}" />
5253 </StackPanel >
5354 </Grid >
55+ </Border >
5456</Window >
Original file line number Diff line number Diff line change 1111 Width =" 480" Height =" 620"
1212 WindowStartupLocation =" CenterOwner" >
1313
14+ <Border BorderBrush =" {DynamicResource SystemAccentColor}" BorderThickness =" 1" >
1415 <Grid RowDefinitions =" *,Auto" Margin =" 10" >
1516 <ScrollViewer Grid.Row=" 0" >
1617 <StackPanel Spacing =" 10" >
4243 <Button Content =" {x:Static assets:Resources.Close}" Command =" {Binding CloseCommand}" CommandParameter =" {Binding $parent[Window]}" />
4344 </StackPanel >
4445 </Grid >
46+ </Border >
4547</Window >
You can’t perform that action at this time.
0 commit comments