فهرست منبع

Поправки

Book Pauk 6 سال پیش
والد
کامیت
14eac6af3a
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      client/components/Reader/TextPage/TextPage.vue

+ 2 - 2
client/components/Reader/TextPage/TextPage.vue

@@ -121,7 +121,7 @@ class TextPage extends Vue {
         this.textColor = '#000000';
         this.textColor = '#000000';
         this.backgroundColor = '#478355';
         this.backgroundColor = '#478355';
         this.fontStyle = '';// 'bold','italic'
         this.fontStyle = '';// 'bold','italic'
-        this.fontSize = 34;// px
+        this.fontSize = 33;// px
         this.fontName = 'Arial';
         this.fontName = 'Arial';
         this.lineInterval = 7;// px, межстрочный интервал
         this.lineInterval = 7;// px, межстрочный интервал
         this.textAlignJustify = true;// выравнивание по ширине
         this.textAlignJustify = true;// выравнивание по ширине
@@ -130,7 +130,7 @@ class TextPage extends Vue {
         this.wordWrap = true;
         this.wordWrap = true;
 
 
         this.showStatusBar = true;
         this.showStatusBar = true;
-        this.statusBarTop = true;//top, bottom
+        this.statusBarTop = false;//top, bottom
         this.statusBarHeight = 20;// px
         this.statusBarHeight = 20;// px
 
 
         this.calcDrawProps();
         this.calcDrawProps();