From be08c6c09a3026da628daf2425516beda1557bb3 Mon Sep 17 00:00:00 2001 From: Daniel Wilhelm Date: Tue, 31 May 2016 16:38:45 +0200 Subject: 8.2 --- wx+/std_button_layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'wx+/std_button_layout.h') diff --git a/wx+/std_button_layout.h b/wx+/std_button_layout.h index fd0db8ce..161d091d 100644 --- a/wx+/std_button_layout.h +++ b/wx+/std_button_layout.h @@ -69,7 +69,7 @@ void setStandardButtonLayout(wxBoxSizer& sizer, const StdButtons& buttons) detach(buttonsTmp.btnCancel); #if defined ZEN_WIN - //Windows User Experience Interaction Guidelines: http://msdn.microsoft.com/en-us/library/windows/desktop/aa511453.aspx#sizing + //Windows User Experience Interaction Guidelines: https://msdn.microsoft.com/en-us/library/windows/desktop/aa511453#sizing const int spaceH = 6; //OK const int spaceRimH = 10; //OK const int spaceRimV = 8; //compromise; consider additional top row from static line; exact values: top 8, bottom 9 -- cgit