mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
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:
parent
3db196156b
commit
b9f5925ceb
2 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue