mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-26 07:58:52 +01:00
Tweak control size
This commit is contained in:
parent
d5f7a0693f
commit
cc24c63dd9
2 changed files with 4 additions and 4 deletions
|
@ -557,7 +557,7 @@ BEGIN
|
|||
CONTROL "Explica la puntuació dels robots",IDC_CHECKROBOTSCORES,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,PR_LEFT,PR_ROW4,95,PREFS_ROW_HT
|
||||
CONTROL "Omet la confirmació de la jugada",IDC_SKIPCONFIRM,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,PR_LEFT,PR_ROW5,80,PREFS_ROW_HT
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,PR_LEFT,PR_ROW5,95,PREFS_ROW_HT
|
||||
CONTROL "Amaga els valors de les lletres",IDC_HIDETILEVALUES,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,PR_LEFT,PR_ROW6,95,PREFS_ROW_HT
|
||||
PUSHBUTTON "Edita els colors...",IDC_PREFCOLORS,PR_LEFT,PR_ROW7,70,12
|
||||
|
@ -889,7 +889,7 @@ BEGIN
|
|||
"per a Windows Mobile. Copyright 1998-2009 "\
|
||||
"d'Eric House. Traduït per en Joan Montané. "\
|
||||
"Aquest programari es troba sota la"\
|
||||
"Llicència Pública GNU.\r\r "\
|
||||
"Llicència Pública GNU.\r\r"\
|
||||
"Per als diccionaris, instruccions, o el codi font, aneu a "\
|
||||
"http://xwords.sf.net o a http://eehouse.org/xwords/."
|
||||
IDS_DICTLOC "Instal·leu un diccionari del Crosswords (fitxer .xwd) "\
|
||||
|
|
|
@ -271,7 +271,7 @@ BEGIN
|
|||
SERVERCONF_ROW,60,ROW_HEIGHT
|
||||
#endif
|
||||
|
||||
LTEXT "",IDC_TOTAL_LABEL,LEFT_COL,NPLAYERS_ROW,60,8
|
||||
LTEXT "",IDC_TOTAL_LABEL,LEFT_COL,NPLAYERS_ROW,66,8
|
||||
XWCOMBO(IDC_NPLAYERSCOMBO,68,NPLAYERS_ROW,24,ROW_HEIGHT,0,58,0)
|
||||
|
||||
LTEXT "Name",IDC_NAMELABEL,GAME_NAMELABEL_LEFT,
|
||||
|
@ -549,7 +549,7 @@ BEGIN
|
|||
CONTROL "Explain robot scores",IDC_CHECKROBOTSCORES,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,8,PR_ROW4,80,PREFS_ROW_HT
|
||||
CONTROL "Skip turn confirmation",IDC_SKIPCONFIRM,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,8,PR_ROW5,80,PREFS_ROW_HT
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,8,PR_ROW5,90,PREFS_ROW_HT
|
||||
CONTROL "Hide tile values",IDC_HIDETILEVALUES,"Button",
|
||||
BS_AUTOCHECKBOX | WS_TABSTOP,8,PR_ROW6,80,PREFS_ROW_HT
|
||||
PUSHBUTTON "Edit colors...",IDC_PREFCOLORS,8,PR_ROW7,80,12
|
||||
|
|
Loading…
Add table
Reference in a new issue