File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
control/templates/control Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,8 @@ <h4 style="padding:3px;margin:0">
8787 </ div >
8888 </ div >
8989 </ div >
90- < div id ="rates_panel " style ="position:relative;height:240px;width:100%; ">
90+ < div id ="rates_panel "
91+ style ="position:relative;height:240px;width:100%; ">
9192
9293 </ div >
9394 </ div >
@@ -592,10 +593,10 @@ <h3>Muon Veto</h3>
592593 // Check rates
593594 ratesheight = $ ( "#rates_panel" ) . innerHeight ( ) + $ ( "#rates_title" ) . innerHeight ( ) ;
594595 if ( ratesheight > height )
595- height = ( ratesheight ) / 5 ;
596+ height = ( ratesheight ) / 4 ;
597+ height = ( 200 + $ ( "#rates_title" ) . innerHeight ( ) ) / 4 ;
596598
597-
598- height = window . innerHeight / 15 ;
599+ // height = window.innerHeight / 15;
599600 if ( height < 40 ) height = 40 ;
600601console . log ( "CELL HEIGHT" ) ;
601602 console . log ( height ) ;
You can’t perform that action at this time.
0 commit comments