Fix wide prefpane if PDF tools aren't installed
This commit is contained in:
parent
c7c8cbbeae
commit
059906a11e
|
@ -60,7 +60,8 @@
|
|||
|
||||
<separator class="thin"/>
|
||||
|
||||
<label id="pdftools-required" hidden="true"/>
|
||||
<!-- This doesn't wrap without an explicit width -->
|
||||
<label id="pdftools-required" width="45em" hidden="true"/>
|
||||
|
||||
<separator class="thin"/>
|
||||
|
||||
|
@ -70,7 +71,8 @@
|
|||
|
||||
<separator class="thin"/>
|
||||
|
||||
<label id="pdftools-documentation-link" hidden="true"/>
|
||||
<!-- This doesn't wrap without an explicit width -->
|
||||
<label id="pdftools-documentation-link" width="45em" hidden="true"/>
|
||||
|
||||
<separator class="thin"/>
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user