diff --git a/WhackerLinkConsoleV2/Assets/channelmarker.png b/WhackerLinkConsoleV2/Assets/channelmarker.png new file mode 100644 index 0000000..c23858e Binary files /dev/null and b/WhackerLinkConsoleV2/Assets/channelmarker.png differ diff --git a/WhackerLinkConsoleV2/Assets/instantptt.png b/WhackerLinkConsoleV2/Assets/instantptt.png new file mode 100644 index 0000000..d445831 Binary files /dev/null and b/WhackerLinkConsoleV2/Assets/instantptt.png differ diff --git a/WhackerLinkConsoleV2/Assets/pageselect.png b/WhackerLinkConsoleV2/Assets/pageselect.png new file mode 100644 index 0000000..a9e060f Binary files /dev/null and b/WhackerLinkConsoleV2/Assets/pageselect.png differ diff --git a/WhackerLinkConsoleV2/Assets/pttselect.png b/WhackerLinkConsoleV2/Assets/pttselect.png new file mode 100644 index 0000000..8815aa9 Binary files /dev/null and b/WhackerLinkConsoleV2/Assets/pttselect.png differ diff --git a/WhackerLinkConsoleV2/ChannelBox.xaml b/WhackerLinkConsoleV2/ChannelBox.xaml index 97244f0..b78d0f5 100644 --- a/WhackerLinkConsoleV2/ChannelBox.xaml +++ b/WhackerLinkConsoleV2/ChannelBox.xaml @@ -1,29 +1,45 @@  - - - - - - - - - + Width="220" Height="96" Background="Blue"> + + + + + + - - - + + + + + - - - - + + + + + + + + + + + + + + + + diff --git a/WhackerLinkConsoleV2/MainWindow.xaml.cs b/WhackerLinkConsoleV2/MainWindow.xaml.cs index 9d90a8d..92e6510 100644 --- a/WhackerLinkConsoleV2/MainWindow.xaml.cs +++ b/WhackerLinkConsoleV2/MainWindow.xaml.cs @@ -268,12 +268,12 @@ namespace WhackerLinkConsoleV2 channelBox.MouseRightButtonDown += ChannelBox_MouseRightButtonDown; ChannelsCanvas.Children.Add(channelBox); - offsetX += 220; + offsetX += 225; - if (offsetX + 200 > ChannelsCanvas.ActualWidth) + if (offsetX + 220 > ChannelsCanvas.ActualWidth) { offsetX = 20; - offsetY += 170; + offsetY += 106; } } } diff --git a/WhackerLinkConsoleV2/WhackerLinkConsoleV2.csproj b/WhackerLinkConsoleV2/WhackerLinkConsoleV2.csproj index f081958..e1683a2 100644 --- a/WhackerLinkConsoleV2/WhackerLinkConsoleV2.csproj +++ b/WhackerLinkConsoleV2/WhackerLinkConsoleV2.csproj @@ -9,6 +9,13 @@ AnyCPU;x64 + + + + + + + @@ -20,6 +27,21 @@ + + + Always + + + + + + + + + + + +