mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
Enlarge Preferences... button by one pixel
This commit is contained in:
parent
78dd247307
commit
0d466f34b1
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@ BEGIN
|
|||
// "R" for rearrange. Go to J if no change becomes possible.
|
||||
PUSHBUTTON "R",GIJUGGLE_BUTTON,65,NPLAYERS_ROW,12,12
|
||||
|
||||
PUSHBUTTON "Preferences...",OPTIONS_BUTTON,80,NPLAYERS_ROW,50,12
|
||||
PUSHBUTTON "Preferences...",OPTIONS_BUTTON,79,NPLAYERS_ROW,51,12
|
||||
LTEXT "Name",IDC_STATIC,GAME_NAMELABEL_LEFT,
|
||||
LABELS_ROW,19,8,SS_NOPREFIX
|
||||
LTEXT "Robot",IDC_STATIC,GAME_ROBOTLABEL_LEFT,LABELS_ROW,20,8
|
||||
|
|
Loading…
Reference in a new issue