Commit 7e5cb215 authored by Alex Henrie's avatar Alex Henrie Committed by Alexandre Julliard

winecfg: Widen "Folder" column to accommodate Catalan translation.

parent bc5f52c0
......@@ -750,7 +750,7 @@ static void init_shell_folder_listview_headers(HWND dialog) {
LoadStringW(GetModuleHandleW(NULL), IDS_LINKS_TO, szLinksTo, sizeof(szLinksTo)/sizeof(WCHAR));
GetClientRect(GetDlgItem(dialog, IDC_LIST_SFPATHS), &viewRect);
width = (viewRect.right - viewRect.left) / 4;
width = (viewRect.right - viewRect.left) / 3;
listColumn.mask = LVCF_TEXT | LVCF_WIDTH | LVCF_SUBITEM;
listColumn.pszText = szShellFolder;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment