From 656c236984a6ac8cab51fd006b0a7b3c7a07ebda Mon Sep 17 00:00:00 2001 From: Brandon Shaver Date: Mon, 29 Nov 2021 22:13:29 -0600 Subject: [PATCH 01/11] Create Randomized Click Interval GroupBox Added a new GroupBox to hold the Randomized Click Interval UI components NOTE: this commit causes some issues with the horizontal spacing for some reason. Will attempt to fix these issues in a later commit --- AutoClicker/Views/MainWindow.xaml | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/AutoClicker/Views/MainWindow.xaml b/AutoClicker/Views/MainWindow.xaml index 0bf3c6d..8b94c80 100644 --- a/AutoClicker/Views/MainWindow.xaml +++ b/AutoClicker/Views/MainWindow.xaml @@ -50,12 +50,14 @@ + + + + + + + Header="Click Repeat" Grid.Row="2" Grid.Column="0" Grid.ColumnSpan="2"> @@ -125,7 +132,7 @@ + Header="Click Position" Grid.Row="2" Grid.Column="2" Grid.ColumnSpan="2"> @@ -159,7 +166,7 @@ + Header="Click Options" Grid.Row="3" Grid.Column="0" Grid.ColumnSpan="4"> + Grid.Row="4" Grid.Column="0" Grid.ColumnSpan="4" Rows="2" Columns="2">