ColorEditDialog.st
changeset 3194 86cf12ddc8fd
parent 3179 174a9f51db76
child 3519 4fbc55af0d28
equal deleted inserted replaced
3193:4ab685b49b91 3194:86cf12ddc8fd
   793              acceptOnPointerLeave: true
   793              acceptOnPointerLeave: true
   794            )
   794            )
   795           (ActionButtonSpec
   795           (ActionButtonSpec
   796              label: 'Copy Color'
   796              label: 'Copy Color'
   797              name: 'CopyColor'
   797              name: 'CopyColor'
   798              layout: (LayoutFrame 12 0 298 0 100 0 320 0)
   798              layout: (LayoutFrame 12 0 298 0 120 0 320 0)
   799              activeHelpKey: hlsMixer
   799              activeHelpKey: hlsMixer
   800              translateLabel: true
   800              translateLabel: true
   801              resizeForLabel: true
   801              resizeForLabel: true
   802              tabable: true
   802              tabable: true
   803              model: copyColor
   803              model: copyColor
   804            )
   804            )
   805           (ActionButtonSpec
   805           (ActionButtonSpec
   806              label: 'Paste Color'
   806              label: 'Paste Color'
   807              name: 'PasteColor'
   807              name: 'PasteColor'
   808              layout: (LayoutFrame 108 0 298 0 196 0 320 0)
   808              layout: (LayoutFrame 122 0 298 0 240 0 320 0)
   809              translateLabel: true
   809              translateLabel: true
   810              resizeForLabel: true
   810              resizeForLabel: true
   811              tabable: true
   811              tabable: true
   812              model: pasteColor
   812              model: pasteColor
   813            )
   813            )