Skip to content

Commit

Permalink
[#210] improve UI design
Browse files Browse the repository at this point in the history
  • Loading branch information
quicklizard99 committed May 19, 2016
1 parent 985473d commit 74b235e
Show file tree
Hide file tree
Showing 60 changed files with 5,070 additions and 287 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,7 @@ Version 0.1.31
-------------
- Fixed #307 - Test performance
- Fixed #305 - Remove references to 'scanned image'
- Fixed #210 - Improve UI design

Version 0.1.30
-------------
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Expand Up @@ -44,8 +44,8 @@ if [[ "$OSTYPE" == "darwin"* ]]; then
# Add a few items to the PropertyList file generated by PyInstaller
python -m bin.plist dist/inselect.app/Contents/Info.plist
# Example document
install -c -m 644 data/Plecoptera_Accession_Drawer_4.jpg dist/
install -c -m 644 data/Plecoptera_Accession_Drawer_4.inselect dist/
install -c -m 644 examples/Plecoptera_Accession_Drawer_4.jpg dist/
install -c -m 644 examples/Plecoptera_Accession_Drawer_4.inselect dist/
# Remove the directory containing the console app (the windowed app is in inselect.app)
rm -rf dist/inselect
rm -rf inselect-$VERSION.dmg
Expand Down
Binary file removed data/barcode_icon.png
Binary file not shown.
Binary file removed data/segment_icon.png
Binary file not shown.
Binary file removed data/subsegment_icon.png
Binary file not shown.

0 comments on commit 74b235e

Please sign in to comment.