Add layer settings component

This commit is contained in:
Lukas Martinelli
2016-12-22 13:40:23 +01:00
parent 53f0a6adda
commit 9e5f0c1736
3 changed files with 72 additions and 2 deletions

View File

@@ -21,7 +21,12 @@ class LayerTypeDragHandle extends React.Component {
render() {
return <LayerIcon
{...this.props}
style={{width: 15, height: 15, paddingRight: 3}}
style={{
cursor: 'move',
width: 15,
height: 15,
paddingRight: margins[0],
}}
/>
}
}