Skip to content

Commit

Permalink
scambiata la posizione tra i bottoni informazioni ed opzioni
Browse files Browse the repository at this point in the history
  • Loading branch information
Giulio Sorrentino committed Sep 14, 2023
1 parent 8df9706 commit 8173a56
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CBriscola.Avalonia/MainWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -269,8 +269,8 @@
<Label x:Name="NelMazzoRimangono" Grid.Row="2" Grid.Column="4">Nel Mazzo Rimangono</Label>
<Label x:Name="CartaBriscola" Grid.Row="3" Grid.Column="4">Il seme di briscola è</Label>
<Image x:Name="Briscola" Grid.Row="4" Grid.Column="4" />
<Button x:Name="AppInformazioni" Grid.Row="5" Grid.Column="0" Click="OnInfo_Click">Informazioni</Button>
<Button x:Name="AppOpzioni" Grid.Row="5" Grid.Column="1" Click="OnOpzioni_Click">Opzioni</Button>
<Button x:Name="AppInformazioni" Grid.Row="5" Grid.Column="1" Click="OnInfo_Click">Informazioni</Button>
<Button x:Name="AppOpzioni" Grid.Row="5" Grid.Column="0" Click="OnOpzioni_Click">Opzioni</Button>
<Button x:Name="btnGiocata" Grid.Row="5" Grid.Column="2" IsVisible="false" Click="Gioca_Click" />
</Grid>
<Grid x:Name="Info" IsVisible="False">
Expand All @@ -284,7 +284,7 @@
<RowDefinition />
</Grid.RowDefinitions>
<Image Source="avares://CBriscola.Avalonia/Assets/background.jpg" Grid.Row="0" Grid.Column="0" Grid.RowSpan="7" Stretch="Fill" />
<Label Grid.Row="0">CBriscola.Avalonia versione 0.7.2</Label>
<Label Grid.Row="0">CBriscola.Avalonia versione 0.7.3</Label>
<Label Grid.Row="1">ⓒ Giulio Sorrentino 2023</Label>
<Label Grid.Row="2">License: GPL v3 or, in your humble opinion, any later version</Label>
<Label Grid.Row="3">This trump wins because it scores more points not because it deals the cards, therefore also taking the 8s, 9s and 10s</Label>
Expand Down

0 comments on commit 8173a56

Please sign in to comment.