|
@@ -33,19 +33,20 @@
|
|
|
WindowChrome.IsHitTestVisibleInChrome="True" ToolTip="Close"
|
|
|
Command="{x:Static SystemCommands.CloseWindowCommand}" />
|
|
|
</DockPanel>
|
|
|
-
|
|
|
+
|
|
|
<TextBlock Grid.Row="1" Foreground="Snow" VerticalAlignment="Top" HorizontalAlignment="Center"
|
|
|
Text="File settings" TextAlignment="Center" Margin="0,10,0,0" FontSize="24" />
|
|
|
- <StackPanel Orientation="Vertical" Grid.Row="1" Margin="0,50,0,0">
|
|
|
- <local:SizePicker Width="250" Height="120"
|
|
|
+ <StackPanel Orientation="Vertical" Grid.Row="1" Margin="0,50,0,0">
|
|
|
+ <local:SizePicker Width="250" Height="120"
|
|
|
+ x:Name="sizePicker"
|
|
|
ChosenHeight="{Binding Path=SaveHeight, Mode=TwoWay, ElementName=saveFilePopup}"
|
|
|
ChosenWidth="{Binding Path=SaveWidth, Mode=TwoWay, ElementName=saveFilePopup}" />
|
|
|
- <Button Foreground="Snow" Height="40" Width="160" Margin="0,10,0,0" Content="Path"
|
|
|
+ <Button Foreground="Snow" Height="40" Width="160" Margin="0,10,0,0" Content="Path"
|
|
|
Background="{StaticResource MainColor}" BorderBrush="{Binding PathButtonBorder}"
|
|
|
Command="{Binding ChoosePathCommand}" />
|
|
|
- </StackPanel>
|
|
|
+ </StackPanel>
|
|
|
<Button Grid.Row="1" Height="30" Width="60" VerticalAlignment="Bottom" HorizontalAlignment="Right"
|
|
|
Margin="10" Style="{StaticResource DarkRoundButton}" Content="OK" Command="{Binding OkCommand}"
|
|
|
CommandParameter="{Binding RelativeSource={RelativeSource FindAncestor, AncestorType={x:Type Window}}}" />
|
|
|
</Grid>
|
|
|
-</Window>
|
|
|
+</Window>
|