diff --git a/Mk0.Software.ImageSorter/App.config b/Mk0.Software.ImageSorter/App.config index 547ff06..7440090 100644 --- a/Mk0.Software.ImageSorter/App.config +++ b/Mk0.Software.ImageSorter/App.config @@ -77,5 +77,6 @@ + diff --git a/Mk0.Software.ImageSorter/Main.cs b/Mk0.Software.ImageSorter/Main.cs index db3ff69..dc59e31 100644 --- a/Mk0.Software.ImageSorter/Main.cs +++ b/Mk0.Software.ImageSorter/Main.cs @@ -511,7 +511,7 @@ namespace Mk0.Software.ImageSorter }; int count = 0; button.Text = Path.GetFileNameWithoutExtension(folder).ToString() + " (" + count + ")"; - button.Size = new Size(225, 30); + button.Size = new Size(panelButtons.Width - 33, buttonJumpBack.Height); button.Click += new EventHandler(MovePicture); System.Timers.Timer tx = new System.Timers.Timer(35); tx.Elapsed += new System.Timers.ElapsedEventHandler((sender1, e1) => ButtonFade(button, tx));