Skip to content

Commit db391bd

Browse files
Update about panel
1 parent d10faf4 commit db391bd

File tree

1 file changed

+14
-5
lines changed

1 file changed

+14
-5
lines changed

MSUScripter/Views/AboutPanel.axaml

Lines changed: 14 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,12 @@
33
xmlns:d="http://schemas.microsoft.com/expression/blend/2008"
44
xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"
55
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"
77
x:Class="MSUScripter.Views.AboutPanel">
88
<StackPanel Orientation="Vertical">
99
<TextBlock Margin="0 5 0 0" FontWeight="Bold">
1010
Created by MattEqualsCoder
1111
</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>
1512

1613
<TextBlock Margin="0 15 0 0" FontSize="16">
1714
Need Assistance?
@@ -100,7 +97,7 @@
10097
<controls:LinkControl Click="LinkControlButton_OnClick" ToolTip.Tip="https://github.com/Vivelin/SMZ3Randomizer">
10198
SMZ3 Cas' Randomizer
10299
</controls:LinkControl>
103-
</InlineUIContainer>, from which I borrowed some code snippets here and there.
100+
</InlineUIContainer>, that started me working on this.
104101
</TextBlock>
105102

106103
<TextBlock Margin="3 5 0 0" TextWrapping="Wrap">
@@ -127,6 +124,18 @@
127124
for the standalone Python package to make it easier to provie PyMusicLooper and other Python apps.
128125
</TextBlock>
129126

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+
130139
<TextBlock Margin="3 5 0 0" TextWrapping="Wrap">
131140
<InlineUIContainer>
132141
<TextBlock FontWeight="Bold">• </TextBlock>

0 commit comments

Comments
 (0)