From de7533036a28659ebde63f6b6ee2f564f58e53bc Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Sat, 12 Jan 2013 17:42:06 +0000 Subject: added border to feeds list git-svn-id: http://svn.miranda-ng.org/main/trunk@3075 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/NewsAggregator/Src/Utils.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/NewsAggregator/Src/Utils.cpp') diff --git a/plugins/NewsAggregator/Src/Utils.cpp b/plugins/NewsAggregator/Src/Utils.cpp index 0a4cca2207..d4bf2be460 100644 --- a/plugins/NewsAggregator/Src/Utils.cpp +++ b/plugins/NewsAggregator/Src/Utils.cpp @@ -256,7 +256,7 @@ VOID CreateList(HWND hwndList) lvc.iSubItem = 1; lvc.pszText = TranslateT("URL"); - lvc.cx = 280; // width of column in pixels + lvc.cx = 276; // width of column in pixels ListView_InsertColumn(hwndList, 1, &lvc); } -- cgit v1.2.3