Skip to content

Commit

Permalink
Better Visualization of update check in script repository
Browse files Browse the repository at this point in the history
Solve the ugly view of the check box

re #7889
  • Loading branch information
gesnerpassos committed Sep 17, 2013
1 parent 82e5984 commit eab9dc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Code/Mantid/MantidQt/API/src/ScriptRepositoryView.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -390,7 +390,7 @@ void ScriptRepositoryView::CheckBoxDelegate::paint(QPainter *painter, const QSty
else
modifiedOption.state |= QStyle::State_Off;
// draw it
QApplication::style()->drawPrimitive(QStyle::PE_IndicatorCheckBox, &modifiedOption, painter);
QApplication::style()->drawPrimitive(QStyle::PE_IndicatorItemViewItemCheck, &modifiedOption, painter);

}

Expand Down

0 comments on commit eab9dc2

Please sign in to comment.