mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +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
|
#ifdef _WIN32_WCE
|
||||||
# define COLORSDLG_HT CLR_BUTTON_ROW
|
# define COLORSDLG_HT CLR_BUTTON_ROW
|
||||||
#else
|
#else
|
||||||
# define COLORSDLG_HT CLR_BUTTON_ROW + BUTTON_HT + CLR_LRG_GAP
|
# define COLORSDLG_HT CLR_BUTTON_ROW + BUTTON_HT + 3
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define COLOR_BUTTON(txt,id,xx,yy) \
|
#define COLOR_BUTTON(txt,id,xx,yy) \
|
||||||
|
@ -690,9 +690,9 @@ BEGIN
|
||||||
|
|
||||||
#ifndef _WIN32_WCE
|
#ifndef _WIN32_WCE
|
||||||
DEFPUSHBUTTON "OK",IDOK,CLR_OK_LEFT,CLR_BUTTON_ROW,
|
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,
|
PUSHBUTTON "Cancel",IDCANCEL,CLR_CANCEL_LEFT,CLR_BUTTON_ROW,
|
||||||
REPOS_BUTTON_WIDTH,REPOS_BUTTON_HT
|
REPOS_BUTTON_WIDTH,BUTTON_HT
|
||||||
#endif
|
#endif
|
||||||
END
|
END
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue