From d58d3af8fc00dcbf46cc8e2872bee1228dc1be96 Mon Sep 17 00:00:00 2001
From: Heavy Bob <ferrettclay@gmail.com>
Date: Sat, 12 Apr 2025 05:53:20 +1000
Subject: [PATCH] Removed Margin

---
 AutoTrackR2/ConfigPage.xaml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/AutoTrackR2/ConfigPage.xaml b/AutoTrackR2/ConfigPage.xaml
index 2ecc235..5fb0510 100644
--- a/AutoTrackR2/ConfigPage.xaml
+++ b/AutoTrackR2/ConfigPage.xaml
@@ -54,7 +54,7 @@
                                                         Width="75"
                                                         Height="30"
                                                         FontFamily="{StaticResource Orbitron}"
-                                                        Margin="5,0"
+                                                        Margin="0,0"
                                                         Style="{StaticResource ButtonStyle}"
                                                         Click="LogFileOpenButton_Click"/>
                                         </StackPanel>
@@ -136,7 +136,7 @@
                                                         Width="75"
                                                         Height="30"
                                                         FontFamily="{StaticResource Orbitron}"
-                                                        Margin="5,0"
+                                                        Margin="0,0"
                                                         Style="{StaticResource ButtonStyle}"
                                                         Click="VideoPathOpenButton_Click"/>
                                         </StackPanel>