File tree Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Expand file tree Collapse file tree 1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change 1463
1463
<Button
1464
1464
Name =" ShortCutButtonPrev"
1465
1465
Grid.Column=" 1"
1466
- Width =" 90"
1467
1466
MinHeight =" 40"
1468
1467
Margin =" 0,0,0,0"
1468
+ Padding =" 15,5,15,5"
1469
1469
HorizontalAlignment =" Right"
1470
1470
VerticalAlignment =" Center"
1471
1471
Click =" OnExternalPluginInstallClick"
2135
2135
</ListView >
2136
2136
<StackPanel
2137
2137
Grid.Row=" 5"
2138
- Width =" 350"
2139
2138
Margin =" 0"
2140
2139
HorizontalAlignment =" Right"
2141
2140
VerticalAlignment =" Top"
2142
2141
Orientation =" Horizontal" >
2143
2142
<Button
2144
- Width =" 100"
2143
+ MinWidth =" 100"
2145
2144
Margin =" 10"
2146
2145
Click =" OnDeleteCustomHotkeyClick"
2147
2146
Content =" {DynamicResource delete}" />
2148
2147
<Button
2149
- Width =" 100"
2148
+ MinWidth =" 100"
2150
2149
Margin =" 10"
2151
2150
Click =" OnnEditCustomHotkeyClick"
2152
2151
Content =" {DynamicResource edit}" />
2153
2152
<Button
2154
- Width =" 100"
2153
+ MinWidth =" 100"
2155
2154
Margin =" 10,10,0,10"
2156
2155
Click =" OnAddCustomeHotkeyClick"
2157
2156
Content =" {DynamicResource add}" />
You can’t perform that action at this time.
0 commit comments