[GUI] fix color gradient dialog
- large numbers as they appear of most simulations were not correctly displayed - remove non-functional help button
This commit is contained in:
@@ -316,7 +316,7 @@ bool SoFCColorGradient::customize()
|
||||
dlg.setRange(fMin, fMax);
|
||||
|
||||
QPoint pos(QCursor::pos());
|
||||
pos += QPoint((int)(-1.1*dlg.width()),(int)(-0.1*dlg.height()));
|
||||
pos += QPoint((int)(-1.1 * dlg.width()), (int)(-0.1 * dlg.height()));
|
||||
dlg.move( pos );
|
||||
|
||||
if (dlg.exec() == QDialog::Accepted) {
|
||||
|
||||
Reference in New Issue
Block a user