https://github.com/grype/pharo-aspectfitdesktop
Adds aspect-fit to the list of desktop layout options
https://github.com/grype/pharo-aspectfitdesktop
Last synced: 3 months ago
JSON representation
Adds aspect-fit to the list of desktop layout options
- Host: GitHub
- URL: https://github.com/grype/pharo-aspectfitdesktop
- Owner: grype
- License: mit
- Created: 2017-12-30T06:46:43.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-12T15:52:39.000Z (over 1 year ago)
- Last Synced: 2025-01-05T13:42:30.424Z (5 months ago)
- Language: Smalltalk
- Size: 6.84 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pharo-AspectFitDesktop
Adds aspect-fit to the list of desktop layout options```smalltalk
Metacello new
baseline: 'AspectFitDesktop';
repository: 'github://grype/Pharo-AspectFitDesktop/repository';
load.
```