Skip to content

Commit

Permalink
Main view hot fix
Browse files Browse the repository at this point in the history
  • Loading branch information
malieskimi committed Oct 12, 2022
1 parent 038ca97 commit 0893d01
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions src/SecureElementReader.App/Views/CertDetailsView.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -96,17 +96,18 @@


<Rectangle HorizontalAlignment="Stretch" Fill="#1b7dbc" Height="3" Margin="5" />

<StackPanel Orientation="Vertical" Width="780" HorizontalAlignment="Left">
<Label Content="{Binding SeVerify}" Foreground="{Binding SeColor}" FontSize="20" FontWeight="Bold" />
<Label Content="{Binding PkiVerify}" Foreground="{Binding PkiColor}" FontSize="20" FontWeight="Bold"/>
<Button Command="{Binding VerificationInfoCommand}"
Content="{x:Static p:Resources.Details}"
IsVisible="{Binding BtnVisibility}"
ZIndex="1" Margin="0,-55,0,55"
Background="Red" Foreground="White" MaxWidth="70"
MinHeight="30" CornerRadius="0" HorizontalAlignment="Right" IsEnabled="True"/>
</StackPanel>

<StackPanel Orientation="Vertical" Width="780" HorizontalAlignment="Left">
<Label Content="{Binding SeVerify}" Foreground="{Binding SeColor}" FontSize="15" FontWeight="Bold" Padding="0" />
<Label Content="{Binding PkiVerify}" Foreground="{Binding PkiColor}" FontSize="15" FontWeight="Bold" Padding="0"/>
<Label FontSize="15" FontWeight="Bold" Padding="0" Content="{Binding SubmitInternalDataStatus}"/>
<Label FontSize="15" FontWeight="Bold" Padding="0" Content="{Binding PendingCommandsStatus}"/>
<Button Command="{Binding VerificationInfoCommand}"
Content="{x:Static p:Resources.Details}"
IsVisible="{Binding BtnVisibility}"
Margin="0,-55,0,55" Background="Red" Foreground="White" MaxWidth="100"
MinHeight="30" CornerRadius="0" HorizontalAlignment="Right"/>
</StackPanel>

</StackPanel>
</Border>
Expand Down

0 comments on commit 0893d01

Please sign in to comment.