Layout changes

This commit is contained in:
Scott E. Graves
2018-11-06 15:45:24 -06:00
parent 486b31fa0e
commit d8bfc0e3e9

View File

@@ -736,7 +736,7 @@ class App extends Component {
if (allowMount) { if (allowMount) {
mainContent.push(( mainContent.push((
<div key={'md_' + key++} <div key={'md_' + key++}
style={{height: '69%'}}> style={{height: '66%'}}>
<MountItems allowConfig={allowConfig} <MountItems allowConfig={allowConfig}
autoMountChanged={this.handleAutoMountChanged} autoMountChanged={this.handleAutoMountChanged}
autoMountProcessed={this.notifyAutoMountProcessed} autoMountProcessed={this.notifyAutoMountProcessed}