File tree Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Expand file tree Collapse file tree 3 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 35
35
TargetType =" {x:Type Window}" >
36
36
<Setter Property =" Background"
37
37
Value =" {DynamicResource {x:Static SystemColors.ControlBrushKey}}" />
38
+ <Setter Property =" UseLayoutRounding" Value =" True" />
38
39
</Style >
39
40
40
41
<BitmapImage x : Key =" IconApplicationDetail"
Original file line number Diff line number Diff line change 221
221
HorizontalAlignment =" Right"
222
222
Margin =" 0,5,0,0" >
223
223
<StackPanel .Resources>
224
+ <Style TargetType =" xctk:IconButton" >
225
+ <Setter Property =" Height"
226
+ Value =" 24" />
227
+ <Setter Property =" Width"
228
+ Value =" 24" />
229
+ </Style >
224
230
<Style TargetType =" Image" >
225
231
<Setter Property =" Width"
226
232
Value =" 16" />
233
+ <Setter Property =" Height"
234
+ Value =" 16" />
227
235
</Style >
228
236
</StackPanel .Resources>
229
237
<xctk : IconButton Name =" DuplicateButton"
237
245
</xctk : IconButton .Icon>
238
246
</xctk : IconButton >
239
247
<xctk : SplitButton Name =" AddItemButton"
248
+ Height =" 22"
240
249
ToolTip =" Add item"
241
- Height =" 20"
242
250
Command =" {Binding AddItemCommand}"
243
251
Margin =" 0,0,5,0" >
244
252
<xctk : SplitButton .Content>
Original file line number Diff line number Diff line change 13
13
HorizontalAlignment =" Right"
14
14
Margin =" 0,5,0,0" >
15
15
<StackPanel .Resources>
16
- <Style TargetType =" xctk:IconButton " >
16
+ <Style TargetType =" Image " >
17
17
<Setter Property =" Width"
18
- Value =" 20 " />
18
+ Value =" 16 " />
19
19
<Setter Property =" Height"
20
- Value =" 20 " />
20
+ Value =" 16 " />
21
21
</Style >
22
22
</StackPanel .Resources>
23
23
<xctk : IconButton Name =" AddButton"
You can’t perform that action at this time.
0 commit comments