summaryrefslogtreecommitdiff
path: root/plugins/NewsAggregator/Src/Utils.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/NewsAggregator/Src/Utils.cpp')
-rw-r--r--plugins/NewsAggregator/Src/Utils.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}