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

Commit

Permalink
removed wrong margin
Browse files Browse the repository at this point in the history
  • Loading branch information
dreanor committed Nov 26, 2016
1 parent af9b956 commit 25e4051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/uic/ListTab/View.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@
HorizontalAlignment="Center"/>
</Grid>

<Controls:Flyout Header="Add/Edit Serie" Position="Bottom" IsOpen="{Binding Path=IsAddNewSerieVisible, UpdateSourceTrigger=PropertyChanged}" Margin="-6" Visibility="Hidden">
<Controls:Flyout Header="Add/Edit Serie" Position="Bottom" IsOpen="{Binding Path=IsAddNewSerieVisible, UpdateSourceTrigger=PropertyChanged}" Visibility="Hidden">
<Grid Margin="10">
<Grid.RowDefinitions>
<RowDefinition Height="*" />
Expand Down

0 comments on commit 25e4051

Please sign in to comment.