commit 1d92a6de1de1910df11344068cb910eb888f5df2
parent 8017e1ae892a2e709a3c04a033a02e9c5e47e4f2
Author: cfillion <cfillion@users.noreply.github.com>
Date: Sat, 16 Apr 2016 23:00:47 -0700
browser: enlarge the Select all/Unselect all buttons a little bit
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/resource.rc b/src/resource.rc
@@ -91,8 +91,8 @@ BEGIN
PUSHBUTTON "", IDC_DISPLAY, 385, 4, 110, 14
CONTROL "", IDC_PACKAGES, WC_LISTVIEW, LVS_REPORT | LVS_SHOWSELALWAYS |
WS_BORDER | WS_TABSTOP, 5, 22, 490, 204
- PUSHBUTTON "&Select all", IDC_SELECT, 5, 230, 45, 14
- PUSHBUTTON "&Unselect all", IDC_UNSELECT, 53, 230, 45, 14
+ PUSHBUTTON "&Select all", IDC_SELECT, 5, 230, 50, 14
+ PUSHBUTTON "&Unselect all", IDC_UNSELECT, 58, 230, 50, 14
DEFPUSHBUTTON "&OK", IDOK, 369, 230, 40, 14
PUSHBUTTON "&Cancel", IDCANCEL, 412, 230, 40, 14
PUSHBUTTON "&Apply", IDAPPLY, 455, 230, 40, 14