Skip to content

Commit

Permalink
Merge pull request #32 from mathiasfk/bugfix/horizontal-splitter
Browse files Browse the repository at this point in the history
Fix horizontal splitter on test console
  • Loading branch information
andreminelli authored Jun 28, 2021
2 parents afdfe42 + b32dc89 commit ae8fe04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Lime.Client.TestConsole/Views/SessionView.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@
</ListBox>
</ScrollViewer>

<GridSplitter Grid.Column="1" Grid.RowSpan="4" Width="5" HorizontalAlignment="Left" VerticalAlignment="Stretch" />
<GridSplitter Grid.Column="1" Grid.RowSpan="4" Width="5" HorizontalAlignment="Stretch"/>

<Grid Grid.Row="0" Grid.RowSpan="4" Grid.Column="2">
<Grid>
Expand Down

0 comments on commit ae8fe04

Please sign in to comment.