diff options
author | Michael Mann <mmann78@netscape.net> | 2017-07-29 20:26:06 -0400 |
---|---|---|
committer | Michael Mann <mmann78@netscape.net> | 2017-07-30 01:20:14 +0000 |
commit | 28c874da179a520b1cb5113eb33e2e8b3cb8f48d (patch) | |
tree | 75bec1bef0aee856147336c4458e155a7e59618a /image | |
parent | ff1bdfa0bcdb24326d0f12f41e256a57b2a03d36 (diff) | |
download | wireshark-28c874da179a520b1cb5113eb33e2e8b3cb8f48d.tar.gz wireshark-28c874da179a520b1cb5113eb33e2e8b3cb8f48d.tar.bz2 wireshark-28c874da179a520b1cb5113eb33e2e8b3cb8f48d.zip |
Expand Merge file dialog on Windows
Resize so all options can be seen
Bug: 13924
Change-Id: I1e347e83432305cc30f54f61efdb6e4c92e98d5a
Reviewed-on: https://code.wireshark.org/review/22850
Petri-Dish: Michael Mann <mmann78@netscape.net>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@wireshark.org>
Reviewed-by: Michael Mann <mmann78@netscape.net>
Diffstat (limited to 'image')
-rw-r--r-- | image/file_dlg_win32.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/image/file_dlg_win32.rc b/image/file_dlg_win32.rc index 359000985a..2867d2cc24 100644 --- a/image/file_dlg_win32.rc +++ b/image/file_dlg_win32.rc @@ -80,7 +80,7 @@ FONT 8, "MS Shell Dlg" CHECKBOX "Compress with gzip", EWFD_GZIP_CB, 344, 4, 100, 8, BS_AUTOCHECKBOX | WS_GROUP | WS_TABSTOP } -WIRESHARK_MERGEFILENAME_TEMPLATE DIALOGEX 0, 0, 428, 47 +WIRESHARK_MERGEFILENAME_TEMPLATE DIALOGEX 0, 0, 450, 80 STYLE WS_CHILD | WS_VISIBLE | WS_CLIPSIBLINGS | DS_3DLOOK | DS_CONTROL FONT 8, "MS Shell Dlg" { |