summaryrefslogtreecommitdiff
path: root/apps/win_res.rc
diff options
context:
space:
mode:
authorPaul Gardiner <paul@glidos.net>2012-06-11 11:15:27 +0100
committerPaul Gardiner <paul@glidos.net>2012-06-11 11:15:27 +0100
commit5d59fc757417e4dbd4eae0bb5a152adfb87afbe5 (patch)
tree6fc27fdbe7041f525cbe5efc9ab312d34c17329a /apps/win_res.rc
parent81f4651386c557b9d94c5b870571b830a75c9edc (diff)
downloadmupdf-5d59fc757417e4dbd4eae0bb5a152adfb87afbe5.tar.xz
Forms: first version appearance synthesis for multiline text widgets
Diffstat (limited to 'apps/win_res.rc')
-rw-r--r--apps/win_res.rc8
1 files changed, 4 insertions, 4 deletions
diff --git a/apps/win_res.rc b/apps/win_res.rc
index 3e8da3d3..e57a3bb7 100644
--- a/apps/win_res.rc
+++ b/apps/win_res.rc
@@ -49,14 +49,14 @@ BEGIN
LTEXT "", 0x27, 60, 125, 100, 10, 0
END
-IDD_DLOGTEXT DIALOG 50, 50, 204, 47
+IDD_DLOGTEXT DIALOG 50, 50, 204, 85
//STYLE DS_MODALFRAME | WS_POPUP
CAPTION " MuPDF: fill out form"
FONT 8, "MS Shell Dlg"
BEGIN
- EDITTEXT 3,8,7,183,12
- DEFPUSHBUTTON "Okay",1,89,26,50,14
- PUSHBUTTON "Cancel",2,147,26,50,14
+ EDITTEXT 3,8,7,183,50,4
+ DEFPUSHBUTTON "Okay",1,89,64,50,14
+ PUSHBUTTON "Cancel",2,147,64,50,14
END
IDD_DLOGABOUT DIALOG 50, 50, 200, 220