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:
commit
76d8222935
|
@ -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
Loading…
Reference in New Issue