diff --git a/AutoDarkModeApp/Pages/PageDonation.xaml b/AutoDarkModeApp/Pages/PageDonation.xaml index b3ff3b1e6..cadf3048e 100644 --- a/AutoDarkModeApp/Pages/PageDonation.xaml +++ b/AutoDarkModeApp/Pages/PageDonation.xaml @@ -136,35 +136,35 @@ </StackPanel> <!-- Kofi Donation Button --> - <Image + <!-- + <Image x:Name="kofiImage" - Width="27" - Margin="0,25,0,0" - Grid.Column="1" Grid.Row="5" - VerticalAlignment="Top" HorizontalAlignment="Left" - Source="/AutoDarkModeApp;component/Resources/Kofi_Logo.png" + Width="27" + Margin="0,25,0,0" + Grid.Column="1" Grid.Row="5" + VerticalAlignment="Top" HorizontalAlignment="Left" + Source="/AutoDarkModeApp;component/Resources/Kofi_Logo.png /> <StackPanel Orientation="Vertical" Margin="40,25,0,0" - Grid.Column="1" Grid.Row="5" - HorizontalAlignment="Left" VerticalAlignment="Top"> - <TextBlock - Text="Ko-fi" - Margin="0,0,0,0" - HorizontalAlignment="Left" VerticalAlignment="Top" - FontSize="14" - /> - <Button - x:Name="ButtonKofi" - Content="{x:Static p:Resources.NavbarDonation}" - Margin="0,5,0,0" + Grid.Column="1" Grid.Row="5" + HorizontalAlignment="Left" VerticalAlignment="Top"> + <TextBlock + Text="Ko-fi" + Margin="0,0,0,0" + HorizontalAlignment="Left" VerticalAlignment="Top" + FontSize="14" + /> + <Button + x:Name="ButtonKofi" + Content="{x:Static p:Resources.NavbarDonation}" + Margin="0,5,0,0" MinWidth="150" - HorizontalAlignment="Left" VerticalAlignment="Top" - Click="ButtonKofi_Click" - /> + HorizontalAlignment="Left" VerticalAlignment="Top" + Click="ButtonKofi_Click" + /> </StackPanel> - - + !--> </Grid> </Page> diff --git a/AutoDarkModeSvc/AutoDarkModeSvc.csproj b/AutoDarkModeSvc/AutoDarkModeSvc.csproj index 3a844e97f..c45369c0c 100644 --- a/AutoDarkModeSvc/AutoDarkModeSvc.csproj +++ b/AutoDarkModeSvc/AutoDarkModeSvc.csproj @@ -5,7 +5,7 @@ <TargetFramework>net8.0-windows10.0.19041.0</TargetFramework> <TargetPlatformMinVersion>10.0.18362.0</TargetPlatformMinVersion> <UseWindowsForms>true</UseWindowsForms> - <Version>10.4.2.28</Version> + <Version>10.4.2.29</Version> <AssemblyName>AutoDarkModeSvc</AssemblyName> <ApplicationIcon>..\adm_tray_new.ico</ApplicationIcon> <StartupObject>AutoDarkModeSvc.Program</StartupObject>