Skip to content

Commit ff8876d

Browse files
committed
Fix some white-space issues.
1 parent 665cce3 commit ff8876d

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
@@ -154,5 +154,5 @@ Annotation Controls
154154
- **Pixelmap controls**
155155

156156
**Left-click** on a superpixel to change its category to the current style group.
157-
Holding **shift** and **left-drag** the mouse to change multiple superpixels as
157+
Holding **shift** and **left-drag** the mouse to change multiple superpixels as
158158
the mouse passed over them.

histomicsui/web_client/stylesheets/panels/drawWidget.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
.h-group-count-label
6060
display inline-block
6161
vertical-align top
62-
62+
6363
.h-group-count-options
6464
display inline-block
6565
padding-left 5px

histomicsui/web_client/views/body/ImageView.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,10 +221,10 @@ var ImageView = View.extend({
221221
// store a reference to the underlying viewer
222222
this.viewer = this.viewerWidget.viewer;
223223
this.viewer.interactor().removeAction(geo.geo_action.zoomselect);
224-
224+
225225
let currentOptions = this.viewer.interactor().options();
226-
currentOptions.click.cancelOnMove = 10; // a click can move up to 10 pixels before it is considered a move
227-
this.viewer.interactor().options(currentOptions)
226+
currentOptions.click.cancelOnMove = 10; // a click can move up to 10 pixels before it is considered a move
227+
this.viewer.interactor().options(currentOptions);
228228

229229
this.imageWidth = this.viewer.maxBounds().right;
230230
this.imageHeight = this.viewer.maxBounds().bottom;

0 commit comments

Comments
 (0)