liyijie 2 年之前
父節點
當前提交
be7efdf37a
共有 1 個文件被更改,包括 7 次插入7 次删除
  1. 7 7
      PDF Office/Views/Dialog/HomePageToolsDialogs/HomePagePictureToPDFDialog.xaml

+ 7 - 7
PDF Office/Views/Dialog/HomePageToolsDialogs/HomePagePictureToPDFDialog.xaml

@@ -19,12 +19,12 @@
 
     <Grid IsEnabled="{Binding PictureToPDFGridIsEnabled}">
         <Grid.ColumnDefinitions>
-            <ColumnDefinition Width="632"/>
+            <ColumnDefinition Width="632*"/>
             <ColumnDefinition Width="260"/>
         </Grid.ColumnDefinitions>
         <Grid Grid.Column="0">
             <Grid.RowDefinitions>
-                <RowDefinition Height="482"/>
+                <RowDefinition Height="482*"/>
                 <RowDefinition Height="72"/>
             </Grid.RowDefinitions>
             <Grid  Grid.Row="0" AllowDrop="True"
@@ -128,12 +128,12 @@
         </Grid>
         <Grid Grid.Column="1" Background="WhiteSmoke" IsEnabled="{Binding SetPictureToPDFGridIsEnabled}">
             <Grid.RowDefinitions>
-                <RowDefinition Height="*"/>
+                <RowDefinition Height="1*"/>
                 <RowDefinition Height="2*"/>
                 <RowDefinition Height="72"/>
             </Grid.RowDefinitions>
-            <Grid Grid.Row="0">
-                <StackPanel Margin="15,23,0,0">
+            <Grid Grid.Row="0" Margin="15,23,0,0">
+                <StackPanel >
                     <TextBlock Text="导出"/>
                     <StackPanel Margin="0,8,0,0">
                         <RadioButton Name="NewFilesRadioButtom" Click="RadioButton_Click" IsChecked="True">
@@ -154,8 +154,8 @@
                     </StackPanel>
                 </StackPanel>
             </Grid>
-            <Grid Grid.Row="1">
-                <StackPanel Margin="15,0,0,0">
+            <Grid Grid.Row="1" Margin="15,0,0,0">
+                <StackPanel >
                     <TextBlock Text="OCR"/>
                     <CheckBox Name="NeedOCRCheckBox" Margin="0,7,0,0">
                         <TextBlock Text="在需要时识别文本"/>