[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:
Uwe
2022-03-31 03:46:22 +02:00
parent 6cd52c7204
commit 0ed47fb26e
4 changed files with 127 additions and 126 deletions

View File

@@ -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) {