Browse Source

UI- 调整首页快捷工具和最近文件列表 极限宽度下UI显示

ZhouJieSheng 1 year ago
parent
commit
c48df9c1cc

+ 2 - 2
PDF Office/Views/HomePanel/PDFTools/QuickToolsContent.xaml

@@ -112,7 +112,7 @@
             <customControl:ListBoxEx
                 x:Name="ListBoxExpendToolBars"
                 Grid.Row="3"
-                MinWidth="250"
+                MinWidth="200"
                 Padding="-8,0,-8,0"
                 HorizontalAlignment="Stretch"
                 AllowDrop="True"
@@ -129,7 +129,7 @@
             <customControl:ListBoxEx
                 x:Name="ListBoxToolBars"
                 Grid.Row="3"
-                MinWidth="250"
+                MinWidth="200"
                 Padding="-8,0,-8,0"
                 AllowDrop="True"
                 Background="Transparent"

+ 2 - 2
PDF Office/Views/HomePanel/RecentFiles/RecentFilesContent.xaml

@@ -229,7 +229,7 @@
                     <ListView
                         x:Name="RecentFilesList"
                         Grid.ColumnSpan="2"
-                        MinWidth="380"
+                        MinWidth="200"
                         MinHeight="216"
                         BorderThickness="0"
                         ItemContainerStyle="{StaticResource SubFilesListViewItemStyle}"
@@ -249,7 +249,7 @@
                 <ListView
                     x:Name="GridRecentFilesList"
                     Grid.ColumnSpan="2"
-                    MinWidth="380"
+                    MinWidth="200"
                     MinHeight="216"
                     Background="Transparent"
                     BorderThickness="0"