Ignore:
Timestamp:
04/18/20 20:18:36 (4 years ago)
Author:
Maciej Komosinski
Message:

Added the actual functionality of the app in place of previous draft

File:
1 edited

Legend:

Unmodified
Added
Removed
  • js/human_3d_alignment/src/viewskeleton/widgetscontainer.jsx

    r881 r911  
    5252     */
    5353    createElement(el) {
    54         const removeStyle = {
     54        const headerStyle = {
    5555            right: "2px",
    5656            marginRight: "10px",
     
    7070                <div style={{display: 'table-row', textAlign: 'right'}}>
    7171                <span
    72                     className="remove"
    73                     style={removeStyle}
    74                     onClick={this.onRemoveItem.bind(this,el.i)}
    75                 >&#10006;</span>
     72                    className="header"
     73                    style={headerStyle}
     74                > </span>
    7675                </div>
    7776                <div style={{display: 'table-row', height: '100%'}}>
     
    164163                    onBreakpointChange={this.onBreakpointChange}
    165164                    cols={{ lg: 12, md: 10, sm: 6, xs: 4, xxs: 2 }}
     165                    rowHeight={150}
    166166                    className="layout"
    167167                    {...this.props}
Note: See TracChangeset for help on using the changeset viewer.