diff --git a/ShareX/Forms/TaskSettingsForm.Designer.cs b/ShareX/Forms/TaskSettingsForm.Designer.cs index c7c9fc933..1ed706cb0 100644 --- a/ShareX/Forms/TaskSettingsForm.Designer.cs +++ b/ShareX/Forms/TaskSettingsForm.Designer.cs @@ -242,7 +242,7 @@ private void InitializeComponent() this.tpWatchFolders = new System.Windows.Forms.TabPage(); this.btnWatchFolderEdit = new System.Windows.Forms.Button(); this.cbWatchFolderEnabled = new System.Windows.Forms.CheckBox(); - this.lvWatchFolderList = new System.Windows.Forms.ListView(); + this.lvWatchFolderList = new ShareX.HelpersLib.MyListView(); this.chWatchFolderFolderPath = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chWatchFolderFilter = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); this.chWatchFolderIncludeSubdirectories = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader())); @@ -2091,6 +2091,7 @@ private void InitializeComponent() // lvWatchFolderList // resources.ApplyResources(this.lvWatchFolderList, "lvWatchFolderList"); + this.lvWatchFolderList.AutoFillColumn = true; this.lvWatchFolderList.Columns.AddRange(new System.Windows.Forms.ColumnHeader[] { this.chWatchFolderFolderPath, this.chWatchFolderFilter, @@ -2390,7 +2391,7 @@ private void InitializeComponent() private System.Windows.Forms.Label lblGIFFPS; private System.Windows.Forms.TabPage tpWatchFolders; private System.Windows.Forms.CheckBox cbWatchFolderEnabled; - private System.Windows.Forms.ListView lvWatchFolderList; + private HelpersLib.MyListView lvWatchFolderList; private System.Windows.Forms.ColumnHeader chWatchFolderFolderPath; private System.Windows.Forms.ColumnHeader chWatchFolderFilter; private System.Windows.Forms.ColumnHeader chWatchFolderIncludeSubdirectories; diff --git a/ShareX/Forms/TaskSettingsForm.resx b/ShareX/Forms/TaskSettingsForm.resx index 57994f7e0..466ddcf0f 100644 --- a/ShareX/Forms/TaskSettingsForm.resx +++ b/ShareX/Forms/TaskSettingsForm.resx @@ -5617,7 +5617,7 @@ Include subdirectories - 124 + 182 8, 64 @@ -5632,7 +5632,7 @@ lvWatchFolderList - System.Windows.Forms.ListView, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + ShareX.HelpersLib.MyListView, ShareX.HelpersLib, Version=13.2.2.0, Culture=neutral, PublicKeyToken=null tpWatchFolders