diff options
author | Dart Raiden <wowemuh@gmail.com> | 2016-05-17 07:58:59 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2016-05-17 07:58:59 +0000 |
commit | a8187375eb525979bf5382427d71cc0d2e63cffd (patch) | |
tree | c871ba370a509fc5ddc49d64ae2e2fe298eb0307 /plugins/SendScreenshotPlus/res | |
parent | 9d076ee1769157730f26d93bfda1489791dd47c7 (diff) |
resource cosmetics
git-svn-id: http://svn.miranda-ng.org/main/trunk@16836 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/res')
-rw-r--r-- | plugins/SendScreenshotPlus/res/resource.rc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/SendScreenshotPlus/res/resource.rc b/plugins/SendScreenshotPlus/res/resource.rc index 57cf69cf43..e8093b2039 100644 --- a/plugins/SendScreenshotPlus/res/resource.rc +++ b/plugins/SendScreenshotPlus/res/resource.rc @@ -82,8 +82,8 @@ EXSTYLE WS_EX_TOPMOST | WS_EX_TOOLWINDOW | WS_EX_APPWINDOW CAPTION "About" FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN - DEFPUSHBUTTON "Copyright",IDA_CONTRIBLINK,5,166,61,14 - PUSHBUTTON "&Close",IDA_btnClose,175,166,60,14 + DEFPUSHBUTTON "Copyright",IDA_CONTRIBLINK,5,166,74,14 + PUSHBUTTON "&Close",IDA_btnClose,161,166,74,14 CONTROL "",IDC_HEADERBAR,"MHeaderbarCtrl",0x0,0,0,240,25 EDITTEXT IDC_LICENSE,0,25,240,135,ES_MULTILINE | ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | WS_VSCROLL EDITTEXT IDC_CREDIT,0,25,240,135,ES_MULTILINE | ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | WS_VSCROLL | WS_HSCROLL |