Skip to content

Commit faecf30

Browse files
authored
Merge pull request #308 from DigitalSlideArchive/minor-update
Tweak some spacing.
2 parents 7b1e188 + fc74c9e commit faecf30

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

docs/controls.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Basic Image Controls
99
- **Left-drag**: Hold down the left mouse button and drag the image to change
1010
the area that is in view.
1111

12-
- **Middle-drag**: Hold down the middle mouse button and drag the image to
12+
- **Middle-drag**: Hold down the middle mouse button and drag the image to
1313
change the area that is in view. This works even when editing annotations.
1414

1515
- **Single touch drag**

histomicsui/web_client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,12 +38,12 @@
3838
"petite-vue": "^0.4.1",
3939
"sinon": "^2.1.0",
4040
"tinycolor2": "~1.4.1",
41-
"url-search-params-polyfill": "^8.1.1",
41+
"url-search-params-polyfill": "~8.1.1",
4242
"vue": "~2.6.14",
4343
"vue-template-compiler": "~2.6.14",
4444
"vue-loader": "~15.9.8",
4545
"vue-color": "^2.8.1",
46-
"webpack": "^2.7.0"
46+
"webpack": "^3"
4747
},
4848
"devDependencies": {
4949
"@girder/eslint-config": "*",

tests/datastore.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
registry = {
66
#
77
# Source: Easy1.png
8-
'Easy1.png': 'sha512:feaf2b24c4ab3123caf1aa35f51acb1d8b83b34941b28d130f878702fd3be4ae9bf46176209f7511d1213da511d414c2b4b7738ad567b089224de9d6c189e664', # noqa
8+
'Easy1.png': 'sha512:feaf2b24c4ab3123caf1aa35f51acb1d8b83b34941b28d130f878702fd3be4ae9bf46176209f7511d1213da511d414c2b4b7738ad567b089224de9d6c189e664', # noqa
99
#
1010
# Source: sample_svs_image.TCGA-DU-6399-01A-01-TS1.e8eb65de-d63e-42db-af6f-14fefbbdf7bd.svs
11-
'sample_svs_image.TCGA-DU-6399-01A-01-TS1.e8eb65de-d63e-42db-af6f-14fefbbdf7bd.svs': 'sha512:5580c2b5a5360d279d102f1eb5b0e646a4943e362ec1d47f2db01f8e9e52b302e51692171198d0d35c7fa9ec9f5b8e445ef91fa7ea0bdb05ead31ab49e0118f9', # noqa
11+
'sample_svs_image.TCGA-DU-6399-01A-01-TS1.e8eb65de-d63e-42db-af6f-14fefbbdf7bd.svs': 'sha512:5580c2b5a5360d279d102f1eb5b0e646a4943e362ec1d47f2db01f8e9e52b302e51692171198d0d35c7fa9ec9f5b8e445ef91fa7ea0bdb05ead31ab49e0118f9', # noqa
1212
}
1313

1414

0 commit comments

Comments
 (0)