reapack

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

commit efedbcb3d206374b461059026a5df46737f0afa5
parent 05eed5b93dabba1121e5e00a5da00218f3cba26c
Author: cfillion <cfillion@users.noreply.github.com>
Date:   Tue, 13 Sep 2016 13:53:41 -0700

manager: oops, fix the height of the repository list

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

diff --git a/src/resource.rc b/src/resource.rc @@ -33,7 +33,7 @@ BEGIN LTEXT "The repositories enabled in this list are used to populate the package list:", IDC_LABEL, 5, 5, 360, 10 CONTROL "", IDC_LIST, WC_LISTVIEW, LVS_REPORT | LVS_SHOWSELALWAYS | - WS_BORDER | WS_TABSTOP, 5, 18, 360, 190 + WS_BORDER | WS_TABSTOP, 5, 18, 360, 170 PUSHBUTTON "&Browse Packages...", IDC_BROWSE, 5, 191, 75, 14 PUSHBUTTON "&Import...", IDC_IMPORT, 83, 191, 45, 14 PUSHBUTTON "&Options...", IDC_OPTIONS, 131, 191, 45, 14