Skip to content

Commit 0c41eab

Browse files
committed
changing the side values' panel z-index to 100
1 parent 9f5f123 commit 0c41eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dds.net-connector-csharp.app.wpf/MainWindow.xaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
Grid.RowSpan="2"
2626
HorizontalAlignment="Right"
2727
VerticalAlignment="Top"
28-
Margin="0,8,10,8">
28+
Margin="0,8,10,8" Panel.ZIndex="100">
2929

3030
<TextBlock Text="Test String"/><TextBlock x:Name="testStringValue"/>
3131
<TextBlock Text="Test Boolean"/><TextBlock x:Name="testBooleanValue"/>

0 commit comments

Comments
 (0)