mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
Tweak widget positions to fit juggle button on device
This commit is contained in:
parent
8c8313a2ca
commit
8b892bcf19
1 changed files with 3 additions and 3 deletions
|
@ -210,12 +210,12 @@ BEGIN
|
|||
LTEXT "local players",IDC_LOCALP_LABEL,LEFT_COL,NPLAYERS_ROW,40,8
|
||||
/* capitalizing total truncates the things!!! */
|
||||
LTEXT "total players",IDC_TOTAL_LABEL,LEFT_COL,NPLAYERS_ROW,40,8
|
||||
COMBOBOX IDC_NPLAYERSCOMBO,45,NPLAYERS_ROW,21,58,CBS_DROPDOWNLIST |
|
||||
COMBOBOX IDC_NPLAYERSCOMBO,45,NPLAYERS_ROW,18,58,CBS_DROPDOWNLIST |
|
||||
WS_VSCROLL | WS_TABSTOP
|
||||
|
||||
PUSHBUTTON "J",GIJUGGLE_BUTTON,68,NPLAYERS_ROW,12,12
|
||||
PUSHBUTTON "J",GIJUGGLE_BUTTON,65,NPLAYERS_ROW,12,12
|
||||
|
||||
PUSHBUTTON "Preferences...",OPTIONS_BUTTON,82,NPLAYERS_ROW,48,12
|
||||
PUSHBUTTON "Preferences...",OPTIONS_BUTTON,79,NPLAYERS_ROW,51,12
|
||||
LTEXT "Remote",IDC_REMOTE_LABEL,LEFT_COL,LABELS_ROW,25,8,SS_NOPREFIX
|
||||
LTEXT "Name",IDC_STATIC,GAME_NAMELABEL_LEFT,
|
||||
LABELS_ROW,19,8,SS_NOPREFIX
|
||||
|
|
Loading…
Reference in a new issue