Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichel Pastor <shellixyz@gmail.com>2018-12-17 17:40:12 +0300
committerMichel Pastor <shellixyz@gmail.com>2018-12-17 17:40:12 +0300
commitb8763cd982e1d190fe60835bd3dc30614eb3bc33 (patch)
tree8e7fa547d5a6d88da6d6a17a905f115d36483749
parent6f8ba9dfc345f6935243675252f1bce844a1907b (diff)
Resize font manager window to fit the new fonts
-rw-r--r--tabs/osd.html4
-rw-r--r--tabs/osd.js2
2 files changed, 3 insertions, 3 deletions
diff --git a/tabs/osd.html b/tabs/osd.html
index bbfb7e22..4f32031b 100644
--- a/tabs/osd.html
+++ b/tabs/osd.html
@@ -98,9 +98,9 @@
</div>
</div>
</div>
- <div id="fontmanagercontent" style="display:none; width:600px;">
+ <div id="fontmanagercontent" style="display:none; width:650px;">
<div class="font-picker" style="margin-bottom: 10px;">
- <h1 class="tab_title">Font presets:</h1>
+ <h1 class="tab_title">Font:</h1>
<div class="content_wrapper font-preview"></div>
<div class="fontbuttons">
<button data-font-file="default">Default</button>
diff --git a/tabs/osd.js b/tabs/osd.js
index eb35e8d1..a7355433 100644
--- a/tabs/osd.js
+++ b/tabs/osd.js
@@ -1989,7 +1989,7 @@ TABS.osd.initialize = function (callback) {
// Open modal window
OSD.GUI.jbox = new jBox('Modal', {
- width: 600,
+ width: 650,
height: 240,
closeButton: 'title',
animation: false,