forked from qt-creator/qt-creator
Wizards: remove empty line and replace tabs with spaces
Change-Id: I5decd680f92ee78a036be894aee42226b73dd053 Reviewed-by: Christian Stenger <christian.stenger@qt.io>
This commit is contained in:
@@ -172,7 +172,6 @@ public:
|
|||||||
{
|
{
|
||||||
QSize size = QItemDelegate::sizeHint(option, index);
|
QSize size = QItemDelegate::sizeHint(option, index);
|
||||||
|
|
||||||
|
|
||||||
size = size.expandedTo(QSize(0, ROW_HEIGHT));
|
size = size.expandedTo(QSize(0, ROW_HEIGHT));
|
||||||
|
|
||||||
return size;
|
return size;
|
||||||
|
|||||||
Reference in New Issue
Block a user