File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 846
846
Height =" 32"
847
847
Margin =" 32,0,0,0"
848
848
FlowDirection =" LeftToRight"
849
- Source =" {Binding Image, IsAsync=True}" />
849
+ RenderOptions.BitmapScalingMode=" HighQuality"
850
+ Source =" {Binding Image, IsAsync=True}"
851
+ Stretch =" Uniform" />
850
852
</StackPanel >
851
853
<StackPanel Grid.Column=" 1" Margin =" 12,0,14,0" >
852
854
<TextBlock
1253
1255
</Style .Triggers>
1254
1256
</Style >
1255
1257
</StackPanel .Style>
1256
- <Image
1257
- Width =" 32"
1258
- Height =" 32"
1259
- Margin =" 8,0,6,0"
1260
- VerticalAlignment =" Center"
1261
- Source =" {Binding IcoPath, IsAsync=True}" />
1258
+
1259
+ <Border Margin =" 8,0,0,0" >
1260
+ <Image
1261
+ Width =" 32"
1262
+ Height =" 32"
1263
+ Margin =" 0,0,0,0"
1264
+ VerticalAlignment =" Center"
1265
+ RenderOptions.BitmapScalingMode=" HighQuality"
1266
+ Source =" {Binding IcoPath, IsAsync=True}"
1267
+ Stretch =" Uniform" />
1268
+ </Border >
1262
1269
</StackPanel >
1263
1270
<StackPanel
1264
1271
Grid.Column=" 1"
You can’t perform that action at this time.
0 commit comments