summaryrefslogtreecommitdiff
path: root/apps/win_res.rc
diff options
context:
space:
mode:
Diffstat (limited to 'apps/win_res.rc')
-rw-r--r--apps/win_res.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/win_res.rc b/apps/win_res.rc
index f87de7d0..0efd1411 100644
--- a/apps/win_res.rc
+++ b/apps/win_res.rc
@@ -49,13 +49,13 @@ BEGIN
LTEXT "", 0x27, 60, 125, 100, 10, 0
END
-IDD_DLOGABOUT DIALOG 50, 50, 200, 220
+IDD_DLOGABOUT DIALOG 50, 50, 200, 300
STYLE 128 | 0x80000000
CAPTION " About MuPDF "
FONT 8, "MS Shell Dlg"
BEGIN
- DEFPUSHBUTTON "Okay", 1, 200-10-50, 220-7-14, 50, 14, 0x50010001
+ DEFPUSHBUTTON "Okay", 1, 200-10-50, 300-7-14, 50, 14, 0x50010001
LTEXT "<copyright>", 2, 10, 10, 180, 20, 0
- LTEXT "<usage>", 3, 10, 35, 180, 160, 0
+ LTEXT "<usage>", 3, 10, 35, 180, 240, 0
END