VeraCrypt
aboutsummaryrefslogtreecommitdiff
path: root/src/Common
diff options
context:
space:
mode:
authorMounir IDRASSI <mounir.idrassi@idrix.fr>2015-01-04 15:55:09 +0100
committerMounir IDRASSI <mounir.idrassi@idrix.fr>2015-01-04 16:29:34 +0100
commit2894bade88b537be3f934fb14811c39f5f381381 (patch)
tree43611beb2573c1baf948bfef6678108729e5c8e8 /src/Common
parentcc02c78a8c1936b5093d568774394686dea1cf28 (diff)
downloadVeraCrypt-2894bade88b537be3f934fb14811c39f5f381381.tar.gz
VeraCrypt-2894bade88b537be3f934fb14811c39f5f381381.zip
Windows: better display of volume information and benchmark results.
Diffstat (limited to 'src/Common')
-rw-r--r--src/Common/Dlgcode.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Common/Dlgcode.c b/src/Common/Dlgcode.c
index 9b1abb56..a6354fd2 100644
--- a/src/Common/Dlgcode.c
+++ b/src/Common/Dlgcode.c
@@ -4350,6 +4350,8 @@ static void DisplayBenchmarkResults (HWND hwndDlg)
SendMessageW (hList, LVM_SETITEMW, 0, (LPARAM)&LvItem);
}
+
+ SendMessageW(hList, LVM_SETCOLUMNWIDTH, 0, MAKELPARAM(LVSCW_AUTOSIZE_USEHEADER, 0));
}
// specific implementation for support of benchmark operation in wait dialog mechanism