浏览代码

合并-合并空状态UI文案部分

zhuyi 2 年之前
父节点
当前提交
d55c786381
共有 1 个文件被更改,包括 7 次插入3 次删除
  1. 7 3
      PDF Office/Views/Dialog/ToolsDialogs/MergeDialog.xaml

+ 7 - 3
PDF Office/Views/Dialog/ToolsDialogs/MergeDialog.xaml

@@ -115,8 +115,12 @@
                                 Icon="pack://application:,,,/PDF Office;component/Resources/Dialog/AddImage.png"  
                                 IconPress="pack://application:,,,/PDF Office;component/Resources/Dialog/AddImageSuspend.png"  
                                 IconMouseOver="pack://application:,,,/PDF Office;component/Resources/Dialog/AddImageSuspend.png"   Command="{Binding AddFilesCommand}" CommandParameter="0"/>
-                    <TextBlock Text="Selected files" FontSize="14" FontFamily="Segoe UI" HorizontalAlignment="Center" VerticalAlignment="Center"/>
-                    <TextBlock Text="Drop files here or Click Add Files at bottom right button. You can drag files to reorder as you need." FontSize="14" FontFamily="Segoe UI" HorizontalAlignment="Center" TextAlignment="Center" VerticalAlignment="Center" TextWrapping="Wrap"/>
+                    <TextBlock Margin="0,8,0,0" Text="Selected files" FontSize="14" FontFamily="Segoe UI" 
+                               FontWeight="Regular" HorizontalAlignment="Center" VerticalAlignment="Center"/>
+                    <TextBlock Width="418" Margin="0,2,0,0" Text="Drop files here or Click Add Files at bottom right button. You can drag files to reorder as you need." 
+                               FontSize="12" FontFamily="Segoe UI" HorizontalAlignment="Center" FontWeight="Regular"
+                               Foreground="{StaticResource color.sys.text.neutral.lv3}"
+                               TextAlignment="Center" VerticalAlignment="Center" TextWrapping="Wrap"/>
                 </StackPanel>
                 <ListView x:Name="MergeView" AllowDrop="True"
                 ItemContainerStyle="{StaticResource ListViewItemStyle1}"
@@ -280,7 +284,7 @@
                     </i:EventTrigger>
                 </i:Interaction.Triggers>
             </ComboBoxItem>
-            <ComboBoxItem Tag="1">
+            <ComboBoxItem Tag="1" Visibility="Collapsed">
                 <TextBlock Text="添加文件夹"/>
                 <i:Interaction.Triggers>
                     <i:EventTrigger EventName="PreviewMouseUp">