From 1967a137efd9398fb32d35e547499068cddd0dd6 Mon Sep 17 00:00:00 2001 From: ehouse Date: Thu, 8 Jun 2006 02:03:33 +0000 Subject: [PATCH] Tweak widget positions to fit juggle button on device --- xwords4/wince/xwords4.rc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xwords4/wince/xwords4.rc b/xwords4/wince/xwords4.rc index 875972055..234672a32 100755 --- a/xwords4/wince/xwords4.rc +++ b/xwords4/wince/xwords4.rc @@ -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