Skip to content
This repository has been archived by the owner on Jun 8, 2022. It is now read-only.

Commit

Permalink
looks way better now
Browse files Browse the repository at this point in the history
  • Loading branch information
TheSwerik committed May 7, 2020
1 parent 3d8cd80 commit c90dfe3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Inno Config.iss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
; Variables:
#define MyAppName "RedEye"
#define MyAppVersion "1.1.1"
#define MyAppVersion "1.1.2"
#define MyAppPublisher "Swerik"
#define MyAppURL "https://github.com/TheSwerik/RedEye"
#define MyAppExeName "RedEye.exe"
Expand Down
2 changes: 1 addition & 1 deletion RedEye.UI/src/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@

<ComboBox Grid.Column="1" Grid.Row="2" Text="Device:" x:Name="DeviceBox" SelectionChanged="DeviceBox_OnSelectionChanged" />

<Canvas Grid.Column="1" Grid.Row="3" x:Name="MainCanvas" IsHitTestVisible="False" Width="{Binding ActualWidth, ElementName=Pic, Mode=OneWay}">
<Canvas Grid.Column="1" Grid.Row="3" x:Name="MainCanvas" IsHitTestVisible="False" Width="{Binding ActualWidth, ElementName=Pic, Mode=OneWay}" ClipToBounds="True">
<Image x:Name="Pic" RenderOptions.BitmapScalingMode="Fant" Height="{Binding ActualHeight, ElementName=MainCanvas, Mode=OneWay}" />
</Canvas>

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
environment:
my_version_number: 1.1.1 # DONT FORGET TO CHANGE IS IN THE ISS FILE
my_version_number: 1.1.2 # DONT FORGET TO CHANGE IS IN THE ISS FILE
application_name: RedEye # DONT FORGET TO CHANGE IS IN THE ISS FILE
project_name: RedEye.UI

Expand Down

0 comments on commit c90dfe3

Please sign in to comment.