Alexandre Julliard : notepad: Fix the position of the Encoding combobox.

Alexandre Julliard julliard at winehq.org
Mon Mar 5 11:04:07 CST 2012


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

Author: Alexandre Julliard <julliard at winehq.org>
Date:   Mon Mar  5 13:22:14 2012 +0100

notepad: Fix the position of the Encoding combobox.

---

 programs/notepad/notepad.rc |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/programs/notepad/notepad.rc b/programs/notepad/notepad.rc
index ceece85..a8c8bb3 100644
--- a/programs/notepad/notepad.rc
+++ b/programs/notepad/notepad.rc
@@ -120,8 +120,8 @@ IDD_OFN_TEMPLATE  DIALOG 50,50,300,15
 STYLE DS_3DLOOK | DS_CONTROL | WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | WS_BORDER
 FONT 8, "MS Shell Dlg"
 BEGIN
-  LTEXT "Encoding:", -1, 5,0, 50,12
-  COMBOBOX IDC_OFN_ENCCOMBO, 53,0, 156,48, WS_CHILD | WS_VSCROLL | CBS_DROPDOWNLIST
+  LTEXT "Encoding:", -1, 5,0, 60,12
+  COMBOBOX IDC_OFN_ENCCOMBO, 63,0, 150,48, WS_CHILD | WS_VSCROLL | CBS_DROPDOWNLIST
 END
 
 ID_ACCEL ACCELERATORS




More information about the wine-cvs mailing list