commit 67225ceb772828a6e2b8d5472c57ed125199acce
parent a2810298a91fcf0301aabacd3bc685aba71de0c0
Author: cfillion <cfillion@users.noreply.github.com>
Date: Fri, 10 Jun 2016 14:12:59 -0700
make the transaction report dialog a little bit bigger
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/resource.rc b/src/resource.rc
@@ -13,16 +13,16 @@ BEGIN
PUSHBUTTON "&Cancel", IDCANCEL, 105, 60, 50, 14, NOT WS_TABSTOP
END
-IDD_REPORT_DIALOG DIALOGEX 0, 0, 260, 240
+IDD_REPORT_DIALOG DIALOGEX 0, 0, 280, 260
STYLE DIALOG_STYLE
FONT DIALOG_FONT
CAPTION "ReaPack: Transaction Report"
BEGIN
LTEXT "All done! Description of the changes:",
- IDC_LABEL, 5, 5, 250, 10
- EDITTEXT IDC_REPORT, 6, 18, 248, 195, WS_VSCROLL | ES_MULTILINE |
+ IDC_LABEL, 5, 5, 270, 10
+ EDITTEXT IDC_REPORT, 6, 18, 268, 215, WS_VSCROLL | ES_MULTILINE |
ES_READONLY | NOT WS_TABSTOP
- DEFPUSHBUTTON "&OK", IDOK, 105, 220, 50, 14
+ DEFPUSHBUTTON "&OK", IDOK, 115, 240, 50, 14
END
IDD_CONFIG_DIALOG DIALOGEX 0, 0, 330, 180