File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1991
1991
<RowDefinition Height =" 80" />
1992
1992
<RowDefinition Height =" 146" />
1993
1993
<RowDefinition Height =" 50" />
1994
- <RowDefinition Height =" 250 " />
1995
- <RowDefinition Height =" 70 " />
1994
+ <RowDefinition Height =" * " />
1995
+ <RowDefinition Height =" 50 " />
1996
1996
</Grid .RowDefinitions>
1997
1997
<TextBlock
1998
1998
Grid.Row=" 0"
2018
2018
Margin =" 0,0,0,0"
2019
2019
HorizontalAlignment =" Right"
2020
2020
HorizontalContentAlignment =" Right"
2021
- LostFocus =" OnHotkeyControlFocusLost"
2022
2021
GotFocus =" OnHotkeyControlFocused"
2023
- Loaded =" OnHotkeyControlLoaded" />
2022
+ Loaded =" OnHotkeyControlLoaded"
2023
+ LostFocus =" OnHotkeyControlFocusLost" />
2024
2024
2025
2025
<TextBlock Style =" {StaticResource Glyph}" >
2026
2026

You can’t perform that action at this time.
0 commit comments