Skip to content

Commit

Permalink
Added indicator for the images, to show that they are clickable
Browse files Browse the repository at this point in the history
  • Loading branch information
WizzardMaker committed Aug 6, 2020
1 parent ef00d44 commit ce1077e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion S4GFXInterface/Controls/ExportedBitmap.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
xmlns:local="clr-namespace:S4GFXInterface.Controls"
mc:Ignorable="d"
Width="175" Height="200"
d:DesignHeight="200" d:DesignWidth="800">
d:DesignHeight="200" d:DesignWidth="800"
Cursor="Hand">
<StackPanel>
<Image x:Name="MainImage" Height="150" RenderOptions.BitmapScalingMode="NearestNeighbor"/>
<Label x:Name="ImageText" Content="ID:51501 &#xA;125x12px" HorizontalAlignment="Center" VerticalAlignment="Center" HorizontalContentAlignment="Center" ScrollViewer.VerticalScrollBarVisibility="Disabled" VerticalContentAlignment="Center"/>
Expand Down

0 comments on commit ce1077e

Please sign in to comment.