commit 1870ab34a3c2ffad463dc8cd754a4d9a69aec059
parent 97e779af2bcbc305df4500d6f73220dc4e5b1041
Author: cfillion <cfillion@users.noreply.github.com>
Date: Thu, 10 Mar 2016 00:45:16 -0800
move dialog buttons one pixel closer
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/src/resource.rc b/src/resource.rc
@@ -34,8 +34,8 @@ BEGIN
CONTROL "", IDC_LIST, WC_LISTVIEW, LVS_REPORT | LVS_SHOWSELALWAYS |
WS_BORDER | WS_TABSTOP, 5, 18, 320, 136
PUSHBUTTON "&Import...", IDC_IMPORT, 5, 160, 45, 14
- DEFPUSHBUTTON "&OK", IDOK, 196, 160, 40, 14
- PUSHBUTTON "&Cancel", IDCANCEL, 240, 160, 40, 14
+ DEFPUSHBUTTON "&OK", IDOK, 198, 160, 40, 14
+ PUSHBUTTON "&Cancel", IDCANCEL, 241, 160, 40, 14
PUSHBUTTON "&Apply", IDAPPLY, 284, 160, 40, 14
END
@@ -59,7 +59,7 @@ BEGIN
WS_VSCROLL | ES_MULTILINE | ES_READONLY | NOT WS_TABSTOP
PUSHBUTTON "&Website", IDC_WEBSITE, 5, 250, 45, 14
PUSHBUTTON "&Donate...", IDC_DONATE, 54, 250, 45, 14
- PUSHBUTTON "&Install this repository", IDC_INSTALL, 285, 250, 120, 14
+ PUSHBUTTON "&Install this repository", IDC_INSTALL, 286, 250, 120, 14
DEFPUSHBUTTON "&Close", IDOK, 409, 250, 45, 14
END
@@ -73,6 +73,6 @@ BEGIN
LTEXT "Type or paste the URL to a repository index in the box above.",
IDC_LABEL2, 60, 33, 220, 10
CONTROL "", IDC_PROGRESS, PROGRESS_CLASS, PBS_MARQUEE, 10, 54, 150, 5
- DEFPUSHBUTTON "&OK", IDOK, 200, 50, 40, 14
+ DEFPUSHBUTTON "&OK", IDOK, 201, 50, 40, 14
PUSHBUTTON "&Cancel", IDCANCEL, 244, 50, 40, 14
END