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

Commit 25e4051

Browse files
committed
removed wrong margin
1 parent af9b956 commit 25e4051

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uic/ListTab/View.xaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@
115115
HorizontalAlignment="Center"/>
116116
</Grid>
117117

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

0 commit comments

Comments
 (0)