Выделил background layout

This commit is contained in:
Book Pauk
2019-01-30 17:01:10 +07:00
parent 9ef9c5597b
commit df1805df5b
2 changed files with 22 additions and 20 deletions

View File

@@ -35,7 +35,7 @@ export default class DrawHelper {
let out = `<div class="layout" style="` +
`width: ${this.realWidth}px; height: ${statusBarHeight}px; ` +
`color: ${this.statusBarColor}; background-color: ${this.backgroundColor}">`;
`color: ${this.statusBarColor}">`;
const fontSize = statusBarHeight*0.75;
const font = 'bold ' + this.fontBySize(fontSize);