Skip to content

Commit ecc55da

Browse files
committed
little design changes
1 parent 33a6c7c commit ecc55da

File tree

2 files changed

+8
-12
lines changed

2 files changed

+8
-12
lines changed

CynthMusic.csproj

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
<TargetFramework>netcoreapp3.1</TargetFramework>
66
<UseWPF>true</UseWPF>
77
<ApplicationIcon>favicon.ico</ApplicationIcon>
8-
<AssemblyVersion>0.8.0.0</AssemblyVersion>
9-
<FileVersion>0.8.0.0</FileVersion>
10-
<Version>0.8.0</Version>
8+
<AssemblyVersion>0.81.0.0</AssemblyVersion>
9+
<FileVersion>0.81.0.0</FileVersion>
10+
<Version>0.81</Version>
1111
<Platforms>AnyCPU;x86</Platforms>
1212
</PropertyGroup>
1313

@@ -28,10 +28,6 @@
2828
<PackageReference Include="Hardcodet.NotifyIcon.Wpf" Version="1.1.0" />
2929
<PackageReference Include="NAudio" Version="2.0.1" />
3030
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
31-
<PackageReference Include="Obfuscar" Version="2.2.31">
32-
<PrivateAssets>all</PrivateAssets>
33-
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
34-
</PackageReference>
3531
<PackageReference Include="System.Linq.Async" Version="5.0.0" />
3632
</ItemGroup>
3733

MainWindow.xaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,12 @@
2424
</tb:TaskbarIcon>
2525
<MediaElement Name="media" Visibility="Hidden" LoadedBehavior="Manual" Volume="0.5"/>
2626
<Grid x:Name="panelTop" Margin="0,0,0,0" Height="80" VerticalAlignment="Top" Background="#FF2A2F2F">
27-
<Image Margin="10,5,0,0" Width="60" Height="60" Source="/cynth.png" HorizontalAlignment="Left"/>
27+
<Image Margin="10,-5,0,0" Width="60" Height="60" Source="/cynth.png" HorizontalAlignment="Left"/>
2828
<Label Visibility="Hidden" Content="Cynth" Foreground="White" FontSize="40" Margin="10,0,0,0"/>
29-
<Button x:Name="btnExit" Content="X" Foreground="White" Style="{StaticResource SuperButton}" Width="25" Height="25" Background="Red" VerticalAlignment="Top" HorizontalAlignment="Right" Margin="0,15,10,0"/>
30-
<Button x:Name="btnMaximize" Content="" Foreground="White" Style="{StaticResource SuperButton}" Width="25" Height="25" Background="Orange" VerticalAlignment="Top" HorizontalAlignment="Right" Margin="0,15,40,0"/>
31-
<Button x:Name="btnMinimize" Content="_" Foreground="White" Style="{StaticResource SuperButton}" Width="25" Height="25" Background="Green" VerticalAlignment="Top" HorizontalAlignment="Right" Margin="0,15,70,0"/>
32-
<Button x:Name="btnInfo" Content="i" Foreground="White" Style="{StaticResource SuperButton}" Width="25" Height="25" Background="SaddleBrown" VerticalAlignment="Top" HorizontalAlignment="Right" Margin="0,15,100,0"/>
29+
<Button x:Name="btnExit" Content="X" Foreground="White" Style="{StaticResource SuperButton}" Width="25" Height="25" Background="#FF05191D" VerticalAlignment="Top" HorizontalAlignment="Right" Margin="0,15,10,0"/>
30+
<Button x:Name="btnMaximize" Content="" Foreground="White" Style="{StaticResource SuperButton}" Width="25" Height="25" Background="#FF16191D" VerticalAlignment="Top" HorizontalAlignment="Right" Margin="0,15,40,0"/>
31+
<Button x:Name="btnMinimize" Content="_" Foreground="White" Style="{StaticResource SuperButton}" Width="25" Height="25" Background="#FF16191D" VerticalAlignment="Top" HorizontalAlignment="Right" Margin="0,15,70,0"/>
32+
<Button x:Name="btnInfo" Content="i" Foreground="White" Style="{StaticResource SuperButton}" Width="25" Height="25" Background="#FF16191D" VerticalAlignment="Top" HorizontalAlignment="Right" Margin="0,15,100,0"/>
3333
</Grid>
3434
<Grid Height="70" Margin="10,80,150,0" VerticalAlignment="Top" HorizontalAlignment="Stretch">
3535
<Label Foreground="White" Margin="10,5,0,0" VerticalAlignment="Top" HorizontalAlignment="Left" x:Name="lblState" Content="Boş" FontSize="15"/>

0 commit comments

Comments
 (0)