Skip to content
Snippets Groups Projects
Commit 4627983c authored by Philipp Müller's avatar Philipp Müller
Browse files

fix X button

parent f75a2feb
Branches feat/010125
No related tags found
1 merge request!62Fix x button
...@@ -60,11 +60,11 @@ ...@@ -60,11 +60,11 @@
<Border <Border
HorizontalAlignment="Right" VerticalAlignment="Top" HorizontalAlignment="Right" VerticalAlignment="Top"
Background="Transparent" Background="Transparent"
MouseDown="DiscardSession_Click" Cursor="Hand" Width="40" Height="40"> MouseDown="DiscardSession_Click" Cursor="Hand" Width="40" Height="40" Panel.ZIndex="100">
<Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch" > <Grid HorizontalAlignment="Stretch" VerticalAlignment="Stretch" >
<Line X1="5" Y1="5" X2="35" Y2="35" Stroke="{StaticResource TEXT_PRIMARY_BRUSH}" StrokeThickness="5"/> <Line X1="5" Y1="5" X2="35" Y2="35" Stroke="{StaticResource TEXT_PRIMARY_BRUSH}" StrokeThickness="5"/>
<Line X1="5" Y1="35" X2="35" Y2="5" Stroke="{StaticResource TEXT_PRIMARY_BRUSH}" StrokeThickness="5"/> <Line X1="5" Y1="35" X2="35" Y2="5" Stroke="{StaticResource TEXT_PRIMARY_BRUSH}" StrokeThickness="5"/>
</Grid> </Grid>
</Border> </Border>
<StackPanel Orientation="Vertical"> <StackPanel Orientation="Vertical">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment