Browse Source

Поправки настроек

Book Pauk 6 years ago
parent
commit
3abc663144
1 changed files with 4 additions and 4 deletions
  1. 4 4
      client/components/Reader/TextPage/TextPage.vue

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

@@ -168,7 +168,7 @@ class TextPage extends Vue {
         //preloaded fonts
         //preloaded fonts
         this.fontShifts = {//%
         this.fontShifts = {//%
             ReaderDefault: 0,
             ReaderDefault: 0,
-            Arial: 5,
+            Arial: 10,
             ComicSansMS: -12,
             ComicSansMS: -12,
             OpenSans: 0,
             OpenSans: 0,
             Roboto: 0,
             Roboto: 0,
@@ -186,8 +186,8 @@ 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 = 35;// px
-        this.fontName = 'ComicSansMS';
+        this.fontSize = 33;// px
+        this.fontName = 'Tahoma';
         this.lineInterval = 7;// px, межстрочный интервал
         this.lineInterval = 7;// px, межстрочный интервал
         this.textAlignJustify = true;// выравнивание по ширине
         this.textAlignJustify = true;// выравнивание по ширине
         this.p = 50;// px, отступ параграфа
         this.p = 50;// px, отступ параграфа
@@ -197,7 +197,7 @@ class TextPage extends Vue {
 
 
         this.showStatusBar = true;
         this.showStatusBar = true;
         this.statusBarTop = false;// top, bottom
         this.statusBarTop = false;// top, bottom
-        this.statusBarHeight = 20;// px
+        this.statusBarHeight = 19;// px
         this.statusBarColorAlpha = 0.4;
         this.statusBarColorAlpha = 0.4;
 
 
         this.pageChangeTransition = '';// '' - нет, downShift, rightShift, thaw - протаивание, blink - мерцание
         this.pageChangeTransition = '';// '' - нет, downShift, rightShift, thaw - протаивание, blink - мерцание