More TODOs.

This commit is contained in:
Pietro Gagliardi 2017-01-27 15:39:24 -05:00
parent c9e7ee3a92
commit 7614d3e0ff
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ void uiWindowsSizingDlgUnitsToPixels(uiWindowsSizing *sizing, int *x, int *y)
// from https://msdn.microsoft.com/en-us/library/windows/desktop/dn742486.aspx#sizingandspacing and https://msdn.microsoft.com/en-us/library/windows/desktop/bb226818%28v=vs.85%29.aspx
// this X value is really only for buttons but I don't see a better one :/
#define winXPadding 4
// TODO is this too much?
#define winYPadding 4
void uiWindowsSizingStandardPadding(uiWindowsSizing *sizing, int *x, int *y)