File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -933,10 +933,12 @@ class FlexibleDisplay extends MDIDisplay {
933933 main = top . append ( 'div' ) ;
934934
935935 main . html ( '<div class=\'jsroot_flex_header\' style=\'height: 23px; overflow: hidden; background-color: lightblue\'>' +
936- ` <p style='margin: 1px; float: left; font-size: 14px; padding-left: 5px'> ${ title } </p></div>` +
937- `<div id='${ this . frameid } _cont${ this . cnt } ' class='jsroot_flex_draw' style='overflow: hidden; width: 100%; height: calc(100% - 24px); background: white'></div>` +
936+ ' <p style=\ 'margin: 1px; float: left; font-size: 14px; padding-left: 5px\'> </p></div>' +
937+ `<div id='${ this . frameid } _cont${ this . cnt } ' class='jsroot_flex_draw' style='overflow: hidden; width: 100%; height: calc(100% - 24px); background: white'></div>` +
938938 '<div class=\'jsroot_flex_resize\' style=\'position: absolute; right: 3px; bottom: 1px; overflow: hidden; cursor: nwse-resize\'>◿</div>' ) ;
939939
940+ main . select ( '.jsroot_flex_header p' ) . text ( title ) ;
941+
940942 main . attr ( 'class' , 'jsroot_flex_frame' )
941943 . style ( 'position' , 'absolute' )
942944 . style ( 'left' , Math . round ( w * ( this . cnt % 5 ) / 10 ) + 'px' )
You can’t perform that action at this time.
0 commit comments