From 14eac6af3afb87d80d9b2dd2e6f3366ea6cfdbc5 Mon Sep 17 00:00:00 2001 From: Book Pauk Date: Sat, 19 Jan 2019 06:32:49 +0700 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=BF=D1=80=D0=B0=D0=B2=D0=BA?= =?UTF-8?q?=D0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- client/components/Reader/TextPage/TextPage.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/components/Reader/TextPage/TextPage.vue b/client/components/Reader/TextPage/TextPage.vue index a78c6b2e..35f50da2 100644 --- a/client/components/Reader/TextPage/TextPage.vue +++ b/client/components/Reader/TextPage/TextPage.vue @@ -121,7 +121,7 @@ class TextPage extends Vue { this.textColor = '#000000'; this.backgroundColor = '#478355'; this.fontStyle = '';// 'bold','italic' - this.fontSize = 34;// px + this.fontSize = 33;// px this.fontName = 'Arial'; this.lineInterval = 7;// px, межстрочный интервал this.textAlignJustify = true;// выравнивание по ширине @@ -130,7 +130,7 @@ class TextPage extends Vue { this.wordWrap = true; this.showStatusBar = true; - this.statusBarTop = true;//top, bottom + this.statusBarTop = false;//top, bottom this.statusBarHeight = 20;// px this.calcDrawProps();