mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
9c94ca0a9b
commit
d47db93392
@ -244,8 +244,8 @@ class EditorWidget(QWebView): # {{{
|
|||||||
d.la = la = QLabel(_(
|
d.la = la = QLabel(_(
|
||||||
'Enter a URL. You can also choose to create a link to a file on '
|
'Enter a URL. You can also choose to create a link to a file on '
|
||||||
'your computer. If the selected file is an image, it will be '
|
'your computer. If the selected file is an image, it will be '
|
||||||
'inserted as an image. Note that if you create a link to a file on '
|
'inserted as an image. Note that if you create a link to a file or image on '
|
||||||
'your computer, it will stop working if the file is moved.'))
|
'your computer, it will stop working if the file or image is moved.'))
|
||||||
la.setWordWrap(True)
|
la.setWordWrap(True)
|
||||||
la.setStyleSheet('QLabel { margin-bottom: 1.5ex }')
|
la.setStyleSheet('QLabel { margin-bottom: 1.5ex }')
|
||||||
l.setWidget(0, l.SpanningRole, la)
|
l.setWidget(0, l.SpanningRole, la)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user