From 6ae828fd5f3a53279911da31891f5ccc82a8b975 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 23 Jan 2013 17:24:37 +0000 Subject: no, it still doesn't work in some configurations git-svn-id: http://svn.miranda-ng.org/main/trunk@3251 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- src/modules/plugins/pluginopts.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/modules/plugins/pluginopts.cpp') diff --git a/src/modules/plugins/pluginopts.cpp b/src/modules/plugins/pluginopts.cpp index 5159bd5bc3..2d473a5cf8 100644 --- a/src/modules/plugins/pluginopts.cpp +++ b/src/modules/plugins/pluginopts.cpp @@ -265,11 +265,11 @@ INT_PTR CALLBACK DlgPluginOpt(HWND hwndDlg, UINT msg, WPARAM wParam, LPARAM lPar LVCOLUMN col; col.mask = LVCF_TEXT | LVCF_WIDTH; col.pszText = _T(""); - col.cx = 34; + col.cx = 40; ListView_InsertColumn(hwndList, 0, &col); - col.pszText = TranslateT("On/Off"); - col.cx = 47; + col.pszText = _T(""); + col.cx = 20; ListView_InsertColumn(hwndList, 1, &col); col.pszText = TranslateT("Plugin"); -- cgit v1.2.3