=?UTF-8?Q?Aurimas=20Fi=C5=A1eras=20?=: winecfg: Increase the size of the dpi label to fit Lithuanian translation.

Alexandre Julliard julliard at winehq.org
Fri Dec 30 12:54:18 CST 2011


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

Author: Aurimas Fišeras <aurimas at gmail.com>
Date:   Fri Dec 30 20:03:23 2011 +0200

winecfg: Increase the size of the dpi label to fit Lithuanian translation.

---

 programs/winecfg/winecfg.rc |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/programs/winecfg/winecfg.rc b/programs/winecfg/winecfg.rc
index 99c25ce..21ea23c 100644
--- a/programs/winecfg/winecfg.rc
+++ b/programs/winecfg/winecfg.rc
@@ -180,9 +180,9 @@ BEGIN
     CONTROL     "Allow &Pixel Shader (if supported by hardware)",IDC_D3D_PSHADER_MODE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,15,126,230,10
 
     GROUPBOX    "Screen resolution",IDC_STATIC,8,151,244,63
-    CONTROL     "", IDC_RES_TRACKBAR, "msctls_trackbar32",WS_TABSTOP,12,161,187,15
-    EDITTEXT    IDC_RES_DPIEDIT,204,161,23,13,ES_NUMBER|WS_TABSTOP
-    LTEXT       "#msgctxt#unit: dots/inch#dpi",IDC_STATIC,233,163,12,8
+    CONTROL     "", IDC_RES_TRACKBAR, "msctls_trackbar32",WS_TABSTOP,12,161,171,15
+    EDITTEXT    IDC_RES_DPIEDIT,188,161,23,13,ES_NUMBER|WS_TABSTOP
+    LTEXT       "#msgctxt#unit: dots/inch#dpi",IDC_STATIC,215,163,30,8
     LTEXT       "This is a sample text using 10 point Tahoma",IDC_RES_FONT_PREVIEW,15,180,230,28
 END
 




More information about the wine-cvs mailing list