cryptui: Increase control width to support larger fonts

Juan Lang juan.lang at gmail.com
Wed Jul 8 10:51:14 CDT 2009


At least on my Mac, the controls were a little small.
--Juan
-------------- next part --------------
From 876f694ae80e79bedb1b4fca62b3d51356e7951a Mon Sep 17 00:00:00 2001
From: Juan Lang <juan.lang at gmail.com>
Date: Mon, 6 Jul 2009 09:38:27 -0700
Subject: [PATCH] Increase control width to support larger fonts

---
 dlls/cryptui/cryptui_En.rc |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/dlls/cryptui/cryptui_En.rc b/dlls/cryptui/cryptui_En.rc
index 1335f0e..957fe98 100644
--- a/dlls/cryptui/cryptui_En.rc
+++ b/dlls/cryptui/cryptui_En.rc
@@ -419,22 +419,22 @@ FONT 8, "MS Shell Dlg"
 BEGIN
   LTEXT "Select the format you want to use:", -1, 21,1,195,10
   AUTORADIOBUTTON "&DER-encoded X.509 (.cer)",
-    IDC_EXPORT_FORMAT_DER, 31,18,200,12, BS_AUTORADIOBUTTON|WS_TABSTOP
+    IDC_EXPORT_FORMAT_DER, 31,18,240,12, BS_AUTORADIOBUTTON|WS_TABSTOP
   AUTORADIOBUTTON "Ba&se64-encoded X.509 (.cer):",
-    IDC_EXPORT_FORMAT_BASE64, 31,30,200,12, BS_AUTORADIOBUTTON
+    IDC_EXPORT_FORMAT_BASE64, 31,30,240,12, BS_AUTORADIOBUTTON
   AUTORADIOBUTTON "&Cryptographic Message Syntax Standard/PKCS #7 Message (.p7b)",
-    IDC_EXPORT_FORMAT_CMS, 31,42,200,12, BS_AUTORADIOBUTTON
+    IDC_EXPORT_FORMAT_CMS, 31,42,240,12, BS_AUTORADIOBUTTON
   CHECKBOX "&Include all certificates in the certification path if possible",
-    IDC_EXPORT_CMS_INCLUDE_CHAIN, 44,57,200,8, BS_AUTOCHECKBOX|WS_TABSTOP|WS_DISABLED
+    IDC_EXPORT_CMS_INCLUDE_CHAIN, 44,57,240,8, BS_AUTOCHECKBOX|WS_TABSTOP|WS_DISABLED
   AUTORADIOBUTTON "&Personal Information Exchange/PKCS #12 (.pfx)",
-    IDC_EXPORT_FORMAT_PFX, 31,72,200,12, BS_AUTORADIOBUTTON|WS_DISABLED
+    IDC_EXPORT_FORMAT_PFX, 31,72,240,12, BS_AUTORADIOBUTTON|WS_DISABLED
   CHECKBOX "Incl&ude all certificates in the certification path if possible",
-    IDC_EXPORT_PFX_INCLUDE_CHAIN, 44,87,200,8, BS_AUTOCHECKBOX|WS_TABSTOP|WS_DISABLED
+    IDC_EXPORT_PFX_INCLUDE_CHAIN, 44,87,240,8, BS_AUTOCHECKBOX|WS_TABSTOP|WS_DISABLED
   CHECKBOX "&Enable strong encryption",
-    IDC_EXPORT_PFX_STRONG_ENCRYPTION, 44,102,200,8,
+    IDC_EXPORT_PFX_STRONG_ENCRYPTION, 44,102,240,8,
     BS_AUTOCHECKBOX|WS_TABSTOP|WS_DISABLED
   CHECKBOX "Delete the private &key if the export is successful",
-    IDC_EXPORT_PFX_DELETE_PRIVATE_KEY, 44,117,200,8,
+    IDC_EXPORT_PFX_DELETE_PRIVATE_KEY, 44,117,240,8,
     BS_AUTOCHECKBOX|WS_TABSTOP|WS_DISABLED
 END
 
-- 
1.6.3.2


More information about the wine-patches mailing list