Skip to content

Commit 4e5f853

Browse files
committed
fix popup edit location on datagrid (probably should move to PopupEx
1 parent 99d5f26 commit 4e5f853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MaterialDesignThemes.Wpf/Themes/MaterialDesignTheme.DataGrid.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
<Setter.Value>
6969
<ControlTemplate TargetType="{x:Type TextBox}">
7070
<Grid>
71-
<Popup IsOpen="True" AllowsTransparency="True" Placement="RelativePoint" HorizontalOffset="0" VerticalOffset="0"
71+
<Popup IsOpen="True" AllowsTransparency="True" Placement="RelativePoint" HorizontalOffset="-6" VerticalOffset="-6"
7272
PlacementTarget="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type DataGridCell}}}"
7373
PopupAnimation="Fade">
7474
<Grid>

0 commit comments

Comments
 (0)