Merge pull request #2808 from bastik-1001/master

Clean up of sandman_de.ts and typo fix for OptionsWindow.cpp comment
This commit is contained in:
DavidXanatos 2023-04-10 10:02:04 +02:00 committed by GitHub
commit 76d8222935
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 883 deletions

View File

@ -135,7 +135,7 @@ public:
QSize sizeHint(const QStyleOptionViewItem &option, const QModelIndex &index) const
{
QSize size = QStyledItemDelegate::sizeHint(option, index);
if(size.height() < 20) size.setHeight(20); // ensure enough room for teh combo box
if(size.height() < 20) size.setHeight(20); // ensure enough room for the combo box
return size;
}

File diff suppressed because it is too large Load Diff