mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-04 23:02:02 +01:00
add del button for tile picker
This commit is contained in:
parent
2350857544
commit
2f0dbe2715
2 changed files with 5 additions and 3 deletions
|
@ -400,7 +400,7 @@ FORM ID XW_BLANK_DIALOG_ID AT ( 2 74 156 83 ) USABLE
|
|||
DEFAULTBTNID XW_BLANK_PICK_BUTTON_ID
|
||||
#endif
|
||||
BEGIN
|
||||
TITLE "Tile picker"
|
||||
TITLE "Tile picker" /* translate me */
|
||||
|
||||
FIELD XW_BLANK_LABEL_FIELD_ID AT (10 BLANK_PICK_TOP 110 39)
|
||||
NONEDITABLE MULTIPLELINES
|
||||
|
@ -408,10 +408,11 @@ BEGIN
|
|||
LIST "" ID XW_BLANK_LIST_ID AT (PREVRIGHT+2 BLANK_PICK_TOP 28 72)
|
||||
USABLE VISIBLEITEMS 6
|
||||
|
||||
BUTTON "Ok" XW_BLANK_OK_BUTTON_ID RIGHT@PREVLEFT-10 65 AUTO AUTO
|
||||
BUTTON "Ok" XW_BLANK_OK_BUTTON_ID RIGHT@PREVLEFT-10 65 AUTO AUTO /* translate me */
|
||||
|
||||
#ifdef FEATURE_TRAY_EDIT
|
||||
BUTTON "Pick all!" XW_BLANK_PICK_BUTTON_ID 5 65 AUTO AUTO
|
||||
BUTTON "Pick all!" XW_BLANK_PICK_BUTTON_ID 5 65 AUTO AUTO /* translate me */
|
||||
BUTTON "Del" XW_BLANK_BACKUP_BUTTON_ID PREVRIGHT+3 PREVTOP 22 AUTO /* translate me */
|
||||
#endif
|
||||
END
|
||||
|
||||
|
|
|
@ -456,6 +456,7 @@ BEGIN
|
|||
BUTTON "Ok" XW_BLANK_OK_BUTTON_ID RIGHT@PREVLEFT-10 65 AUTO AUTO /* translate me */
|
||||
|
||||
#ifdef FEATURE_TRAY_EDIT
|
||||
BUTTON "Del" XW_BLANK_BACKUP_BUTTON_ID PREVRIGHT+3 PREVTOP 22 AUTO /* translate me */
|
||||
BUTTON "Pick all!" XW_BLANK_PICK_BUTTON_ID 5 65 AUTO AUTO /* translate me */
|
||||
#endif
|
||||
END
|
||||
|
|
Loading…
Reference in a new issue