Fix Manage Reminders dialog (the actions column was missing, to edit/delete reminders)
This commit is contained in:
parent
7abd99fe24
commit
13b1ad7373
2 changed files with 28 additions and 3 deletions
|
|
@ -706,7 +706,7 @@ class ManageRemindersDialog(QDialog):
|
|||
|
||||
# Reminder list table
|
||||
self.table = QTableWidget()
|
||||
self.table.setColumnCount(5)
|
||||
self.table.setColumnCount(6)
|
||||
self.table.setHorizontalHeaderLabels(
|
||||
[
|
||||
strings._("text"),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue