mirror of
https://github.com/Doodle3D/Doodle3D-Slicer.git
synced 2024-12-23 11:33:49 +01:00
Update title
This commit is contained in:
parent
e06281667a
commit
5fbd7f50ec
@ -77,7 +77,8 @@ const styles = {
|
|||||||
color: red500
|
color: red500
|
||||||
},
|
},
|
||||||
title: {
|
title: {
|
||||||
position: 'absolute'
|
position: 'absolute',
|
||||||
|
left: '10px'
|
||||||
},
|
},
|
||||||
detail: {
|
detail: {
|
||||||
marginBottom: '10px'
|
marginBottom: '10px'
|
||||||
@ -351,7 +352,7 @@ class Interface extends React.Component {
|
|||||||
return (
|
return (
|
||||||
<div className={classes.container}>
|
<div className={classes.container}>
|
||||||
<ReactResizeDetector handleWidth handleHeight onResize={this.onResizeContainer} />
|
<ReactResizeDetector handleWidth handleHeight onResize={this.onResizeContainer} />
|
||||||
<h1 className={classes.title}>Print</h1>
|
<h1 className={classes.title}>Doodle3D Slicer</h1>
|
||||||
{d3Panel}
|
{d3Panel}
|
||||||
{settingsPanel}
|
{settingsPanel}
|
||||||
</div>
|
</div>
|
||||||
|
Loading…
Reference in New Issue
Block a user