|
@@ -12,9 +12,9 @@
|
|
|
xmlns:pageeditdialogs="clr-namespace:PDF_Master.ViewModels.Dialog.PageEditDialogs"
|
|
|
xmlns:prism="http://prismlibrary.com/"
|
|
|
Width="468"
|
|
|
- Height="350"
|
|
|
+ Height="358"
|
|
|
d:DataContext="{d:DesignInstance Type=pageeditdialogs:InsertDialogViewModel}"
|
|
|
- d:DesignHeight="350"
|
|
|
+ d:DesignHeight="358"
|
|
|
d:DesignWidth="468"
|
|
|
prism:Dialog.WindowStyle="{StaticResource DialogWindowStyle}"
|
|
|
prism:ViewModelLocator.AutoWireViewModel="True"
|
|
@@ -122,7 +122,7 @@
|
|
|
</ItemsPanelTemplate>
|
|
|
</ListBox.ItemsPanel>
|
|
|
</ListBox>
|
|
|
- <StackPanel Grid.Row="0" Margin="16,0,16,10">
|
|
|
+ <StackPanel Grid.Row="0" Margin="16,5,16,12">
|
|
|
<TextBlock
|
|
|
FontFamily="Segoe UI"
|
|
|
FontSize="12"
|
|
@@ -207,7 +207,7 @@
|
|
|
VerticalAlignment="Center"
|
|
|
FontFamily="Segoe UI"
|
|
|
FontSize="14"
|
|
|
- Text="X" />
|
|
|
+ Text="X" Margin="5,0" />
|
|
|
<!--<TextBox
|
|
|
Width="80"
|
|
|
Height="32"
|