diff options
author | Robin Watts <robin.watts@artifex.com> | 2012-06-22 11:08:15 +0100 |
---|---|---|
committer | Robin Watts <robin.watts@artifex.com> | 2012-06-22 11:08:15 +0100 |
commit | d5e30d8c2b23a2f2ca6b35203c95d930f670fa88 (patch) | |
tree | 0f74acf44791ec8c3a549ed0e6559b240bcec65d | |
parent | d23dae61660efa3b88553988935348e4a8cd2143 (diff) | |
download | mupdf-d5e30d8c2b23a2f2ca6b35203c95d930f670fa88.tar.xz |
Resize About box to restore change in size lost when merging.
The About box was resized on master, and this change was lost
during an earlier merge.
-rw-r--r-- | apps/win_res.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/win_res.rc b/apps/win_res.rc index 5311ed2a..ff296133 100644 --- a/apps/win_res.rc +++ b/apps/win_res.rc @@ -59,7 +59,7 @@ BEGIN PUSHBUTTON "Cancel",2,147,64,50,14 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" |