mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
mark check media db buttons smaller
This commit is contained in:
parent
993085b528
commit
eda79de66b
1 changed files with 2 additions and 2 deletions
|
@ -1646,9 +1646,9 @@ the same field count and card count.""") % ret[1])
|
|||
mb.setText(_("""\
|
||||
Would you like to remove unused files from the media directory, and
|
||||
tag or delete references to missing files?"""))
|
||||
bTag = QPushButton("Tag facts missing media")
|
||||
bTag = QPushButton("Tag")
|
||||
mb.addButton(bTag, QMessageBox.RejectRole)
|
||||
bDelete = QPushButton("Delete references to missing media")
|
||||
bDelete = QPushButton("Delete")
|
||||
mb.addButton(bDelete, QMessageBox.RejectRole)
|
||||
bCancel = QPushButton("Cancel")
|
||||
mb.addButton(bCancel, QMessageBox.RejectRole)
|
||||
|
|
Loading…
Reference in a new issue