Browse Source

Preventing background transfer queue list columns width to shrink too much

Source commit: 83e4a892b8151e3469026083f8f4af637fd3dec1
Martin Prikryl 2 years ago
parent
commit
f64d798cd6
1 changed files with 7 additions and 0 deletions
  1. 7 0
      source/forms/CustomScpExplorer.dfm

+ 7 - 0
source/forms/CustomScpExplorer.dfm

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