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

Alexandre Julliard julliard at wine.codeweavers.com
Tue Dec 8 11:07:36 CST 2015


Module: wine
Branch: master
Commit: 7e5cb215403b621d205723dc9341806ca6431cc4
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=7e5cb215403b621d205723dc9341806ca6431cc4

Author: Alex Henrie <alexhenrie24 at gmail.com>
Date:   Tue Dec  8 00:08:10 2015 -0700

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

Signed-off-by: Alex Henrie <alexhenrie24 at gmail.com>
Signed-off-by: Alexandre Julliard <julliard at winehq.org>

---

 programs/winecfg/theme.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/programs/winecfg/theme.c b/programs/winecfg/theme.c
index 1f4818b..52e64eb 100644
--- a/programs/winecfg/theme.c
+++ b/programs/winecfg/theme.c
@@ -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;




More information about the wine-cvs mailing list