diff --git a/dvmconsole/MainWindow.xaml.cs b/dvmconsole/MainWindow.xaml.cs index 3476693..9082450 100644 --- a/dvmconsole/MainWindow.xaml.cs +++ b/dvmconsole/MainWindow.xaml.cs @@ -471,7 +471,7 @@ namespace dvmconsole if (offsetX + 220 > channelsCanvas.ActualWidth) { offsetX = 20; - offsetY += 106; + offsetY += 116; } } } diff --git a/repo/screenshot-1.png b/repo/screenshot-1.png index b961600..3fc9baf 100644 Binary files a/repo/screenshot-1.png and b/repo/screenshot-1.png differ diff --git a/repo/screenshot-2.png b/repo/screenshot-2.png index e56eeac..0cc2355 100644 Binary files a/repo/screenshot-2.png and b/repo/screenshot-2.png differ