Merge pull request #638 from tigert/master

Make font manager dialog a bit wider to fit font buttons
10.3.x-maintenance
Michael Keller 2017-08-29 20:39:23 +12:00 committed by GitHub
commit 7c989c4a44
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,