mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-25 17:25:16 +03:00
make font manager dialog a bit wider to fit buttons next to label
This commit is contained in:
parent
1e8f34151c
commit
98925740ca
2 changed files with 2 additions and 2 deletions
|
@ -114,7 +114,7 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</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;">
|
<div class="font-picker" style="margin-bottom: 10px;">
|
||||||
<h1 class="tab_title">Font presets:</h1>
|
<h1 class="tab_title">Font presets:</h1>
|
||||||
<div class="content_wrapper font-preview"></div>
|
<div class="content_wrapper font-preview"></div>
|
||||||
|
|
|
@ -1060,7 +1060,7 @@ TABS.osd.initialize = function (callback) {
|
||||||
|
|
||||||
// Open modal window
|
// Open modal window
|
||||||
OSD.GUI.jbox = new jBox('Modal', {
|
OSD.GUI.jbox = new jBox('Modal', {
|
||||||
width: 600,
|
width: 720,
|
||||||
height: 240,
|
height: 240,
|
||||||
closeButton: 'title',
|
closeButton: 'title',
|
||||||
animation: false,
|
animation: false,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue