|
@@ -17,7 +17,7 @@
|
|
<Border BorderBrush="Black" BorderThickness="1">
|
|
<Border BorderBrush="Black" BorderThickness="1">
|
|
<Grid Background="{StaticResource AccentColor}">
|
|
<Grid Background="{StaticResource AccentColor}">
|
|
<Grid.RowDefinitions>
|
|
<Grid.RowDefinitions>
|
|
- <RowDefinition Height="4*"/>
|
|
|
|
|
|
+ <RowDefinition Height="32"/>
|
|
<RowDefinition Height="67*"/>
|
|
<RowDefinition Height="67*"/>
|
|
</Grid.RowDefinitions>
|
|
</Grid.RowDefinitions>
|
|
<Grid Grid.Row="0" Background="#FF2C2C2C">
|
|
<Grid Grid.Row="0" Background="#FF2C2C2C">
|
|
@@ -26,12 +26,9 @@
|
|
<i:InvokeCommandAction Command="{Binding DragMoveCommand}"/>
|
|
<i:InvokeCommandAction Command="{Binding DragMoveCommand}"/>
|
|
</i:EventTrigger>
|
|
</i:EventTrigger>
|
|
</i:Interaction.Triggers>
|
|
</i:Interaction.Triggers>
|
|
- <Button Width="20" Height="20" Style="{StaticResource ImageButtonStyle}" Cursor="Hand" VerticalAlignment="Top" HorizontalAlignment="Right" BorderThickness="0" Command="{Binding CloseButtonCommand}" CommandParameter="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Window}}}">
|
|
|
|
- <Button.Background>
|
|
|
|
- <ImageBrush ImageSource="/Images/Cross.png" Stretch="Uniform"/>
|
|
|
|
- </Button.Background>
|
|
|
|
- </Button>
|
|
|
|
- </Grid>
|
|
|
|
|
|
+ <Button DockPanel.Dock="Right" HorizontalAlignment="Right" Style="{StaticResource CloseButtonStyle}" WindowChrome.IsHitTestVisibleInChrome="True" ToolTip="Close"
|
|
|
|
+ Command="{Binding CloseButtonCommand}" CommandParameter="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Window}}}"/>
|
|
|
|
+ </Grid>
|
|
<StackPanel Grid.Row="1" >
|
|
<StackPanel Grid.Row="1" >
|
|
<Label Height="40" Width="120" VerticalAlignment="Top" Content="Open" Foreground="Snow" HorizontalContentAlignment="Center" FontSize="24" Margin="0,10,0,0"/>
|
|
<Label Height="40" Width="120" VerticalAlignment="Top" Content="Open" Foreground="Snow" HorizontalContentAlignment="Center" FontSize="24" Margin="0,10,0,0"/>
|
|
<Button Grid.Row="1" BorderThickness="1" Foreground="Snow" Height="40" Width="160" Margin="0,30,0,0" Content="File Path" Background="#303030" BorderBrush="{Binding PathButtonBorder}" Command="{Binding ChoosePathCommand}"/>
|
|
<Button Grid.Row="1" BorderThickness="1" Foreground="Snow" Height="40" Width="160" Margin="0,30,0,0" Content="File Path" Background="#303030" BorderBrush="{Binding PathButtonBorder}" Command="{Binding ChoosePathCommand}"/>
|