Skip to content
Snippets Groups Projects
Commit ea21e535 authored by 2deep4real's avatar 2deep4real
Browse files

debug linenumber width

parent e4887ce1
No related branches found
No related tags found
No related merge requests found
...@@ -178,7 +178,7 @@ var resize = function(panel, config, cont) { ...@@ -178,7 +178,7 @@ var resize = function(panel, config, cont) {
$(lineHed).css('height', lineHedH + 'px'); $(lineHed).css('height', lineHedH + 'px');
$(lineHed).css('fontSize', (lineHedH-2) + 'px'); $(lineHed).css('fontSize', (lineHedH-2) + 'px');
$(lineHed).css('lineHeight', lineHedH + 'px'); $(lineHed).css('lineHeight', lineHedH + 'px');
$(lineLin).css('width', timeWidth + delayWidth); $(lineLin).css('width', (timeWidth+delayWidth) + 'px');
// setze linien haltestellen größe // setze linien haltestellen größe
$(lineStp).css('height', lineStpH + 'px'); $(lineStp).css('height', lineStpH + 'px');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment