瀏覽代碼

Preventing background transfer queue list columns width to shrink too much

Source commit: 83e4a892b8151e3469026083f8f4af637fd3dec1
Martin Prikryl 2 年之前
父節點
當前提交
f64d798cd6
共有 1 個文件被更改,包括 7 次插入0 次删除
  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