summaryrefslogtreecommitdiff
path: root/wx+/std_button_layout.h
diff options
context:
space:
mode:
Diffstat (limited to 'wx+/std_button_layout.h')
-rw-r--r--wx+/std_button_layout.h2
1 files changed, 1 insertions, 1 deletions
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
bgstack15