mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-29 08:34:37 +01:00
shorten dialog
This commit is contained in:
parent
97b8d81d40
commit
fd4cc02c13
1 changed files with 3 additions and 3 deletions
|
@ -649,7 +649,7 @@ END
|
|||
#ifdef _WIN32_WCE
|
||||
# define COLORSDLG_HT CLR_BUTTON_ROW
|
||||
#else
|
||||
# define COLORSDLG_HT CLR_BUTTON_ROW + BUTTON_HT + CLR_LRG_GAP
|
||||
# define COLORSDLG_HT CLR_BUTTON_ROW + BUTTON_HT + 3
|
||||
#endif
|
||||
|
||||
#define COLOR_BUTTON(txt,id,xx,yy) \
|
||||
|
@ -690,9 +690,9 @@ BEGIN
|
|||
|
||||
#ifndef _WIN32_WCE
|
||||
DEFPUSHBUTTON "OK",IDOK,CLR_OK_LEFT,CLR_BUTTON_ROW,
|
||||
REPOS_BUTTON_WIDTH,REPOS_BUTTON_HT
|
||||
REPOS_BUTTON_WIDTH,BUTTON_HT
|
||||
PUSHBUTTON "Cancel",IDCANCEL,CLR_CANCEL_LEFT,CLR_BUTTON_ROW,
|
||||
REPOS_BUTTON_WIDTH,REPOS_BUTTON_HT
|
||||
REPOS_BUTTON_WIDTH,BUTTON_HT
|
||||
#endif
|
||||
END
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue