diff options
author | René Schümann <white06tiger@gmail.com> | 2014-12-25 00:42:11 +0000 |
---|---|---|
committer | René Schümann <white06tiger@gmail.com> | 2014-12-25 00:42:11 +0000 |
commit | 4b112fab6652b54edb385c0f037987b34da26fa1 (patch) | |
tree | 576c93ffac5e8ec89e71f966c73e02ee991aeee2 /plugins/SendScreenshotPlus/res | |
parent | 6c95c9585bf91fff894c62857e14824b66d3c304 (diff) |
SendSS: fixed "info bar" used on our message boxes (actually we don't use those messages boxes atm.)
* message box width increased if info bar text requires more space to display
! info bar text can be multi-line text
! fixed info bar (default) icon. Code got disabled previously because default icon didn't exist. Now using SendSS main icon
git-svn-id: http://svn.miranda-ng.org/main/trunk@11614 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/SendScreenshotPlus/res')
-rw-r--r-- | plugins/SendScreenshotPlus/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/SendScreenshotPlus/res/resource.rc b/plugins/SendScreenshotPlus/res/resource.rc index 8041020cc1..941b74b161 100644 --- a/plugins/SendScreenshotPlus/res/resource.rc +++ b/plugins/SendScreenshotPlus/res/resource.rc @@ -32,7 +32,7 @@ CAPTION "Dialog" FONT 8, "MS Shell Dlg", 400, 0, 0x1 BEGIN LTEXT "",STATIC_WHITERECT,0,0,219,72 - LTEXT "",TXT_NAME,11,3,173,20,SS_ENDELLIPSIS | NOT WS_VISIBLE,WS_EX_TRANSPARENT + LTEXT "",TXT_NAME,11,3,173,16,NOT WS_VISIBLE,WS_EX_TRANSPARENT ICON "",ICO_DLGLOGO,191,3,21,20,NOT WS_VISIBLE ICON "",ICO_MSGDLG,7,29,21,20 LTEXT "",TXT_MESSAGE,34,37,180,35 |