mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
make combobox tall enough that it can pop down
This commit is contained in:
parent
d3c3947756
commit
42c35363ef
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ BEGIN
|
|||
ES_PASSWORD | ES_AUTOHSCROLL
|
||||
|
||||
LTEXT "Dictionary:",IDC_STATIC,LEFT_COL,DICTPICK_ROW,36,8,SS_NOPREFIX
|
||||
COMBOBOX IDC_DICTCOMBO,43,DICTPICK_ROW,85,ROW_SPACE,
|
||||
COMBOBOX IDC_DICTCOMBO,43,DICTPICK_ROW,85,58,
|
||||
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
||||
|
||||
DEFPUSHBUTTON "OK",IDOK,29,BUTTONS_ROW,31,BUTTON_HT
|
||||
|
|
Loading…
Reference in a new issue