clarify coverfill is not implemented for kindle scribe (#1255)

This commit is contained in:
Alex Xu
2026-02-22 11:49:27 -08:00
committed by GitHub
parent 723fa4c0b8
commit adf48d24f9
3 changed files with 4 additions and 3 deletions
+1 -1
View File
@@ -752,7 +752,7 @@ class Ui_mainWindow(object):
self.pdfExtractBox.setText(QCoreApplication.translate("mainWindow", u"PDF Legacy Extract", None))
#if QT_CONFIG(tooltip)
self.coverFillBox.setToolTip(QCoreApplication.translate("mainWindow", u"Resize cover to exact device resolution by center-cropping to aspect ratio first.\n"
"May crop top/bottom or left/right depending on source aspect ratio.", None))
"May crop top/bottom or left/right depending on source aspect ratio. Not implemented for Kindle Scribe.", None))
#endif // QT_CONFIG(tooltip)
self.coverFillBox.setText(QCoreApplication.translate("mainWindow", u"Cover Fill", None))
self.gammaLabel.setText(QCoreApplication.translate("mainWindow", u"Gamma: Auto", None))