Skip to content

Commit

Permalink
Fix position of Readify logo under graph, and away from scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
tathamoddie committed Nov 11, 2013
1 parent 746e189 commit d3cdf75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion UI/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@
<TextBlock DockPanel.Dock="Left" VerticalAlignment="Center" Padding="10,0,0,0">Local Repo Path:</TextBlock>
<TextBox Padding="5" Text="{Binding Path=RepositoryPath, Mode=TwoWay, UpdateSourceTrigger=PropertyChanged}" Margin="10" />
</DockPanel>
<Image Source="readify.png" Grid.Row="1" Stretch="None" HorizontalAlignment="Right" VerticalAlignment="Bottom" Opacity="0.5" Margin="30"></Image>
<ScrollViewer Grid.Row="1" HorizontalScrollBarVisibility="Auto" VerticalScrollBarVisibility="Auto">
<ui:CommitGraphLayout
Graph="{Binding Path=Graph}"
Expand All @@ -62,6 +63,5 @@
Margin="20"
/>
</ScrollViewer>
<Image Source="readify.png" Grid.Row="1" Stretch="None" HorizontalAlignment="Right" VerticalAlignment="Bottom" Opacity="0.5" Margin="10"></Image>
</Grid>
</Window>

0 comments on commit d3cdf75

Please sign in to comment.