Explorar el Código

Preventing background transfer queue list columns width to shrink too much

Source commit: 83e4a892b8151e3469026083f8f4af637fd3dec1
Martin Prikryl hace 2 años
padre
commit
f64d798cd6
Se han modificado 1 ficheros con 7 adiciones y 0 borrados
  1. 7 0
      source/forms/CustomScpExplorer.dfm

+ 7 - 0
source/forms/CustomScpExplorer.dfm

@@ -217,34 +217,41 @@ object CustomScpExplorerForm: TCustomScpExplorerForm
       Columns = <
       Columns = <
         item
         item
           Caption = 'Operation'
           Caption = 'Operation'
+          MinWidth = 20
           Width = 70
           Width = 70
         end
         end
         item
         item
           Caption = 'Source'
           Caption = 'Source'
+          MinWidth = 20
           Width = 170
           Width = 170
         end
         end
         item
         item
           Caption = 'Destination'
           Caption = 'Destination'
+          MinWidth = 20
           Width = 170
           Width = 170
         end
         end
         item
         item
           Alignment = taRightJustify
           Alignment = taRightJustify
           Caption = 'Transferred'
           Caption = 'Transferred'
+          MinWidth = 20
           Width = 80
           Width = 80
         end
         end
         item
         item
           Alignment = taRightJustify
           Alignment = taRightJustify
           Caption = 'Time'
           Caption = 'Time'
+          MinWidth = 20
           Width = 80
           Width = 80
         end
         end
         item
         item
           Alignment = taRightJustify
           Alignment = taRightJustify
           Caption = 'Speed'
           Caption = 'Speed'
+          MinWidth = 20
           Width = 80
           Width = 80
         end
         end
         item
         item
           Alignment = taCenter
           Alignment = taCenter
           Caption = 'Progress'
           Caption = 'Progress'
+          MinWidth = 20
           Width = 80
           Width = 80
         end>
         end>
       ColumnClick = False
       ColumnClick = False