1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-24 16:55:24 +03:00

make font manager dialog a bit wider to fit buttons next to label

This commit is contained in:
Tuomas Kuosmanen 2017-08-29 10:19:18 +03:00
parent 1e8f34151c
commit 98925740ca
2 changed files with 2 additions and 2 deletions

View file

@ -114,7 +114,7 @@
</div>
</div>
</div>
<div id="fontmanagercontent" style="display:none; width:600px;">
<div id="fontmanagercontent" style="display:none; width:720px;">
<div class="font-picker" style="margin-bottom: 10px;">
<h1 class="tab_title">Font presets:</h1>
<div class="content_wrapper font-preview"></div>

View file

@ -1060,7 +1060,7 @@ TABS.osd.initialize = function (callback) {
// Open modal window
OSD.GUI.jbox = new jBox('Modal', {
width: 600,
width: 720,
height: 240,
closeButton: 'title',
animation: false,