Skip to content

Commit

Permalink
Merge pull request #1283 from Oldes/gui-image-test
Browse files Browse the repository at this point in the history
FEAT: enabling image type test using existing image from the repository
  • Loading branch information
dockimbel committed Jul 23, 2015
2 parents 50bf070 + 43791fb commit 64a5b15
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions tests/view-test.red
Expand Up @@ -185,11 +185,10 @@ win/pane: reduce [
]
]
]
;make face! [
; type: 'image offset: 280x10 size: 100x100
; data: [%/C/Dev/Red/red-3d-icon-1280x1280.png]
; data: [%/D/red-3d-icon-1280x1280.png]
;]
make face! [
type: 'image offset: 280x10 size: 100x100
data: [%..\bridges\android\samples\eval\res\drawable-xxhdpi\ic_launcher.png]
]
]
show win

Expand Down

0 comments on commit 64a5b15

Please sign in to comment.