From 846c9c1c54851cde142438882f2620b59ed8b161 Mon Sep 17 00:00:00 2001 From: dannyrb Date: Mon, 24 Feb 2020 11:35:34 -0500 Subject: [PATCH] chore: specify left side for built-in series button (thumbnails) --- platform/viewer/src/connectedComponents/ToolbarRow.js | 1 + 1 file changed, 1 insertion(+) diff --git a/platform/viewer/src/connectedComponents/ToolbarRow.js b/platform/viewer/src/connectedComponents/ToolbarRow.js index ab89a1d4c..bea301bfb 100644 --- a/platform/viewer/src/connectedComponents/ToolbarRow.js +++ b/platform/viewer/src/connectedComponents/ToolbarRow.js @@ -98,6 +98,7 @@ class ToolbarRow extends Component { this.buttonGroups.right.unshift({ value: 'studies', icon: 'th-large', + from: 'left', bottomLabel: this.props.t('Series'), }); }