Move button size #defines into .rc file. They're scaled by the time C

code sees them and so shouldn't be relied on outside the .rc file.
This commit is contained in:
ehouse 2006-05-28 00:41:44 +00:00
parent 9f0df402ce
commit 5846a0f8f6
2 changed files with 5 additions and 4 deletions

View file

@ -197,7 +197,3 @@
#endif
#endif
#define REPOS_BUTTON_HT 14
#define REPOS_BUTTON_WIDTH 28
#define REPOS_BUTTON_VPAD 2
#define REPOS_BUTTON_HPAD 2

View file

@ -135,6 +135,11 @@ END
//
// Dialog
//
#define REPOS_BUTTON_HT 14
#define REPOS_BUTTON_WIDTH 28
#define REPOS_BUTTON_VPAD 2
#define REPOS_BUTTON_HPAD 2
IDD_ABOUTBOX DIALOG DISCARDABLE 0, 0, 129, 95
STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | DS_CENTER