From a90f3e9a0ff9ea773acff5807df7ca766a5c15e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=A5=E9=A3=8E=E5=8C=96=E9=9B=A8=E7=BB=86=E5=A6=82?= =?UTF-8?q?=E4=B8=9D?= Date: Sun, 28 Jan 2024 12:24:18 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=85Release=201.5.6.1=20for=20config?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- QTTabBar/Config.cs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/QTTabBar/Config.cs b/QTTabBar/Config.cs index dfad738..6932e39 100644 --- a/QTTabBar/Config.cs +++ b/QTTabBar/Config.cs @@ -427,8 +427,8 @@ public _Tweaks() { ToggleFullRowSelect = QTUtility.IsXP; // 详细视图选中整行 DetailsGridLines = false; // 网格线 AlternateRowColors = false;// 交替行颜色 - AltRowForegroundColor = SystemColors.WindowText; - AltRowBackgroundColor = QTUtility2.MakeColor(0xfaf5f1); + AltRowForegroundColor = SystemColors.WindowText; // 前景色 + AltRowBackgroundColor = QTUtility2.MakeColor(0xfaf5f1); // 背景色 } } @@ -461,11 +461,11 @@ public _Tips() { TextExt = new List {".txt", ".ini", ".inf" ,".cs", ".log", ".js", ".vbs"}; ImageExt = ThumbnailTooltipForm.MakeDefaultImgExts();*/ - ShowSubDirTips = true; - SubDirTipsPreview = true; - SubDirTipsFiles = true; + ShowSubDirTips = true; // 是否显示子目录提示 + SubDirTipsPreview = true; // 子目录提示预览 + SubDirTipsFiles = true; // 子目录提示文件 SubDirTipsWithShift = false ; // 仅当shift键按下显示子目录 - ShowTooltipPreviews = true; + ShowTooltipPreviews = true; ShowPreviewInfo = true; // 启用文件预览 ShowPreviewsWithShift = true; // 仅当shift健按下, 启用文件预览