mirror of
https://github.com/BubbaGumpShrump/AutoTrackR2.git
synced 2025-06-28 07:36:39 +00:00
Fixed save button on config page going off the page.
This commit is contained in:
parent
c2cdd2a6a1
commit
0593969f77
1 changed files with 217 additions and 217 deletions
|
@ -221,7 +221,7 @@
|
||||||
<StackPanel Grid.Column="2"
|
<StackPanel Grid.Column="2"
|
||||||
HorizontalAlignment="Right"
|
HorizontalAlignment="Right"
|
||||||
VerticalAlignment="Bottom"
|
VerticalAlignment="Bottom"
|
||||||
Margin="0">
|
Margin="0,0,0,10">
|
||||||
<Button x:Name="SaveButton"
|
<Button x:Name="SaveButton"
|
||||||
Content="Save"
|
Content="Save"
|
||||||
Width="100"
|
Width="100"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue