mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-28 09:06:11 +01:00
...
This commit is contained in:
parent
9bd07a9b8f
commit
41791d1e4d
1 changed files with 1 additions and 1 deletions
|
|
@ -76,7 +76,7 @@ def __init__(self, parent, current_img, current_url, geom_name='viewer_image_pop
|
|||
h.setContentsMargins(0, 0, 0, 0)
|
||||
l.addLayout(h)
|
||||
self.fit_image = i = QCheckBox(_('&Fit image'))
|
||||
i.setToolTip(_('Fit the image to the available space'))
|
||||
i.setToolTip(_('Fit image inside the available space'))
|
||||
i.setChecked(bool(gprefs.get('image_popup_fit_image')))
|
||||
i.stateChanged.connect(self.fit_changed)
|
||||
h.addWidget(i), h.addStretch(), h.addWidget(bb)
|
||||
|
|
|
|||
Loading…
Reference in a new issue