diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-22 08:49:00 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2013-01-22 08:49:00 +0000 |
commit | b7a8a3d3818613ca23ee3430838e1bdf93402bb1 (patch) | |
tree | ecbaf9d8909fa74a73ae9a39d8e9dc2e6d38a630 | |
parent | 9e45bb60c770c4294b2fa0cea8b55d794475b653 (diff) |
- Adjustment of previous commit
git-svn-id: http://svn.miranda-ng.org/main/trunk@3225 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
-rw-r--r-- | src/modules/plugins/pluginopts.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/plugins/pluginopts.cpp b/src/modules/plugins/pluginopts.cpp index b2dfeb04b7..cf90811502 100644 --- a/src/modules/plugins/pluginopts.cpp +++ b/src/modules/plugins/pluginopts.cpp @@ -265,7 +265,7 @@ 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 = 40;
+ col.cx = 34;
ListView_InsertColumn(hwndList, 0, &col);
col.pszText = _T("On/Off");
|