File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Plugins/Flow.Launcher.Plugin.Program/Views Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 1407
1407
Padding =" {TemplateBinding Padding}"
1408
1408
BorderBrush =" {DynamicResource ButtonInsideBorder}"
1409
1409
BorderThickness =" {DynamicResource CustomButtonInsideBorderThickness}"
1410
- CornerRadius =" 4" >
1410
+ CornerRadius =" 4"
1411
+ SnapsToDevicePixels =" True" >
1411
1412
<ContentPresenter
1412
1413
x : Name =" ContentPresenter"
1413
1414
HorizontalAlignment =" {TemplateBinding HorizontalContentAlignment}"
Original file line number Diff line number Diff line change 11
11
<Grid Margin =" 0" >
12
12
<Grid .RowDefinitions>
13
13
<RowDefinition Height =" Auto" />
14
- <RowDefinition Height =" 120 " />
14
+ <RowDefinition Height =" Auto " />
15
15
<RowDefinition Height =" *" />
16
16
<RowDefinition Height =" 60" />
17
17
</Grid .RowDefinitions>
You can’t perform that action at this time.
0 commit comments