Merge pull request #638 from tigert/master
Make font manager dialog a bit wider to fit font buttons10.3.x-maintenance
commit
7c989c4a44
|
@ -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>
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue