Copyright: center the floating pill at the bottom of the body

This commit is contained in:
2026-05-02 11:49:55 +02:00
parent 8ebde15535
commit 3c31d1ea8a

View File

@@ -496,10 +496,10 @@
Content="🔄 Vérifier les MAJ"
Command="{Binding CheckForUpdatesCommand}" />
<!-- Copyright flottant en bas-droite, sur une pill sombre pour rester
<!-- Copyright flottant en bas centré, sur une pill sombre pour rester
lisible quel que soit l'arrière-plan (image, voile noir, etc.). -->
<Border HorizontalAlignment="Right" VerticalAlignment="Bottom"
Margin="0,0,32,28"
<Border HorizontalAlignment="Center" VerticalAlignment="Bottom"
Margin="0,0,0,28"
Background="#A0000000"
CornerRadius="10"
Padding="10,4">