|
3 | 3 | xmlns:d="http://schemas.microsoft.com/expression/blend/2008" |
4 | 4 | xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" |
5 | 5 | xmlns:controls="clr-namespace:AvaloniaControls.Controls;assembly=AvaloniaControls" |
6 | | - mc:Ignorable="d" d:DesignWidth="350" d:DesignHeight="488" |
| 6 | + mc:Ignorable="d" d:DesignWidth="350" d:DesignHeight="478" |
7 | 7 | x:Class="MSUScripter.Views.AboutPanel"> |
8 | 8 | <StackPanel Orientation="Vertical"> |
9 | 9 | <TextBlock Margin="0 5 0 0" FontWeight="Bold"> |
10 | 10 | Created by MattEqualsCoder |
11 | 11 | </TextBlock> |
12 | | - <TextBlock TextWrapping="Wrap" Margin="0 5 0 0"> |
13 | | - UI application for executing msupcm++ to create pcm files to be used for various randomizers and rom hacks. |
14 | | - </TextBlock> |
15 | 12 |
|
16 | 13 | <TextBlock Margin="0 15 0 0" FontSize="16"> |
17 | 14 | Need Assistance? |
|
100 | 97 | <controls:LinkControl Click="LinkControlButton_OnClick" ToolTip.Tip="https://github.com/Vivelin/SMZ3Randomizer"> |
101 | 98 | SMZ3 Cas' Randomizer |
102 | 99 | </controls:LinkControl> |
103 | | - </InlineUIContainer>, from which I borrowed some code snippets here and there. |
| 100 | + </InlineUIContainer>, that started me working on this. |
104 | 101 | </TextBlock> |
105 | 102 |
|
106 | 103 | <TextBlock Margin="3 5 0 0" TextWrapping="Wrap"> |
|
127 | 124 | for the standalone Python package to make it easier to provie PyMusicLooper and other Python apps. |
128 | 125 | </TextBlock> |
129 | 126 |
|
| 127 | + <TextBlock Margin="3 5 0 0" TextWrapping="Wrap"> |
| 128 | + <InlineUIContainer> |
| 129 | + <TextBlock FontWeight="Bold">• </TextBlock> |
| 130 | + </InlineUIContainer> |
| 131 | + <InlineUIContainer> |
| 132 | + <controls:LinkControl FontWeight="Bold" Click="LinkControlButton_OnClick" ToolTip.Tip="https://github.com/Vo1dTear"> |
| 133 | + Vo1dTear |
| 134 | + </controls:LinkControl> |
| 135 | + </InlineUIContainer> |
| 136 | + for the AppImage version of msupcm++ to make it easier to install for Linux users. |
| 137 | + </TextBlock> |
| 138 | + |
130 | 139 | <TextBlock Margin="3 5 0 0" TextWrapping="Wrap"> |
131 | 140 | <InlineUIContainer> |
132 | 141 | <TextBlock FontWeight="Bold">• </TextBlock> |
|
0 commit comments