diff --git a/src/mol-plugin/ui/viewport.tsx b/src/mol-plugin/ui/viewport.tsx index fdb374fbb840769fccdb7a8e8ccf23ed4442b861..11a8462f951616c81ec5f420ac3c5a11d4f5e4e9 100644 --- a/src/mol-plugin/ui/viewport.tsx +++ b/src/mol-plugin/ui/viewport.tsx @@ -71,10 +71,10 @@ export class ViewportControls extends PluginUIComponent { // TODO: show some icons dimmed etc.. return <div className={'msp-viewport-controls'}> <div className='msp-viewport-controls-buttons'> - {this.icon('tools', this.toggleControls, 'Toggle Controls', this.plugin.layout.state.showControls)} + {this.icon('reset-scene', this.resetCamera, 'Reset Camera')}<br/> + {this.icon('settings', this.toggleSettingsExpanded, 'Settings', this.state.isSettingsExpanded)}<br/> + {this.icon('tools', this.toggleControls, 'Toggle Controls', this.plugin.layout.state.showControls)}<br/> {this.icon('expand-layout', this.toggleExpanded, 'Toggle Expanded', this.plugin.layout.state.isExpanded)} - {this.icon('settings', this.toggleSettingsExpanded, 'Settings', this.state.isSettingsExpanded)} - {this.icon('reset-scene', this.resetCamera, 'Reset Camera')} </div> {this.state.isSettingsExpanded && <div className='msp-viewport-controls-scene-options'>