reapack

Package manager for REAPER
Log | Files | Refs | Submodules | README | LICENSE

commit bb465a9506ca2a32505cd56c7dd89ca9ee7196ec
parent 302db8da7b8d0f883f66787f6757612b17cc934c
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Sun,  6 Dec 2015 17:15:08 -0500

move the progress bar 5px higher

Diffstat:
Msrc/resource.rc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/resource.rc b/src/resource.rc @@ -9,6 +9,6 @@ STYLE DS_MODALFRAME | DS_SHELLFONT | WS_POPUP | WS_SYSMENU | WS_CAPTION FONT 8, "MS Shell Dlg" BEGIN LTEXT "File Name", IDC_LABEL, 5, 5, 250, 30 - CONTROL "", IDC_PROGRESS, PROGRESS_CLASS, 0x0, 5, 40, 250, 11 + CONTROL "", IDC_PROGRESS, PROGRESS_CLASS, 0x0, 5, 35, 250, 11 PUSHBUTTON "Cancel", IDCANCEL, 105, 60, 50, 14, NOT WS_TABSTOP END